#8B48D5

Color #8B48D5 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8B48D5

Tints of Blue Violet #8B48D5

Color information

#8B48D5 (or 0x8B48D5) is unknown color: approx Blue Violet. HEX triplet: 8B, 48 and D5. RGB value is (139,72,213). Sum of RGB (Red+Green+Blue) = 139+72+213=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #8B48D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B48D5 is #74B72A. Grayscale: #6B6B6B. Windows color (decimal): -7649067 or 13977739. OLE color: 13977739.

HSL color Cylindrical-coordinate representation of color #8B48D5: hue angle of 268.51º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B48D5 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13972213-
CMYK0.350.6600.16
HSL268.51º62.67%55.88%-
HSV(B)268.51º66.2%83.53%-
XYZ24.9814.9364.52-
YUV108.11187.2150.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 32.78%
GREEN value IS 72 (28.52% from 255) = 16.98%
BLUE value IS 213 (83.59% from 255) = 50.24%
R=32.78%
G=16.98%
B=50.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal139722130.350.6600.16268.5162.6755.88
Hex8B48D5234201010d3f38
Octal213110325431020204157770
Binary100010111001000110101011000111000010010000100001101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B48D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B48D5; }

 p { color: rgb(139,72,213); }

 H1.HeaderClassName
 {
   color: #8B48D5;
 }
 .AnyTagClassName
 {
   color: #8B48D5;
 }
</style>
background-color css

<style>
 a { background-color: #8B48D5; }

 a { background-color: rgb(139,72,213); }

 div.DivClassName
 {
   background-color: #8B48D5;
 }
 .BgClassName
 {
   background-color: #8B48D5;
 }
</style>
border-color css

<style>
 span { border-color: #8B48D5; }

 span { border-color: rgb(139,72,213); }

 td.TdClassName
 {
   border-color: #8B48D5;
 }
 .TagClassName
 {
   border-color: #8B48D5;
 }
</style>