#8B49CE

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

Shades of Deep Lilac #8B49CE

Tints of Deep Lilac #8B49CE

Color information

#8B49CE (or 0x8B49CE) is unknown color: approx Deep Lilac. HEX triplet: 8B, 49 and CE. RGB value is (139,73,206). Sum of RGB (Red+Green+Blue) = 139+73+206=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B49CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B49CE is #74B631. Grayscale: #6B6B6B. Windows color (decimal): -7648818 or 13519243. OLE color: 13519243.

HSL color Cylindrical-coordinate representation of color #8B49CE: hue angle of 269.77º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B49CE is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13973206-
CMYK0.330.6500.19
HSL269.77º57.58%54.71%-
HSV(B)269.77º64.56%80.78%-
XYZ24.1714.7159.96-
YUV107.9183.37150.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.25%
GREEN value IS 73 (28.91% from 255) = 17.46%
BLUE value IS 206 (80.86% from 255) = 49.28%
R=33.25%
G=17.46%
B=49.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal139732060.330.6500.19269.7757.5854.71
Hex8B49CE214101310e3a37
Octal213111316411010234167267
Binary100010111001001110011101000011000001010011100001110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B49CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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