#8B49C0

Color #8B49C0 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #8B49C0

Tints of Deep Lilac #8B49C0

Color information

#8B49C0 (or 0x8B49C0) is unknown color: approx Deep Lilac. HEX triplet: 8B, 49 and C0. RGB value is (139,73,192). Sum of RGB (Red+Green+Blue) = 139+73+192=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #8B49C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B49C0 is #74B63F. Grayscale: #696969. Windows color (decimal): -7648832 or 12601739. OLE color: 12601739.

HSL color Cylindrical-coordinate representation of color #8B49C0: hue angle of 273.28º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B49C0 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13973192-
CMYK0.280.6200.25
HSL273.28º48.57%51.96%-
HSV(B)273.28º61.98%75.29%-
XYZ22.5414.0651.39-
YUV106.3176.37151.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.41%
GREEN value IS 73 (28.91% from 255) = 18.07%
BLUE value IS 192 (75.39% from 255) = 47.52%
R=34.41%
G=18.07%
B=47.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139731920.280.6200.25273.2848.5751.96
Hex8B49C01C3E0191113134
Octal21311130034760314216164
Binary1000101110010011100000011100111110011001100010001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B49C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,73,192); }

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

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

 a { background-color: rgb(139,73,192); }

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

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

 span { border-color: rgb(139,73,192); }

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