#884BCB

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

Shades of Deep Lilac #884BCB

Tints of Deep Lilac #884BCB

Color information

#884BCB (or 0x884BCB) is unknown color: approx Deep Lilac. HEX triplet: 88, 4B and CB. RGB value is (136,75,203). Sum of RGB (Red+Green+Blue) = 136+75+203=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #884BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BCB is #77B434. Grayscale: #6B6B6B. Windows color (decimal): -7844917 or 13323144. OLE color: 13323144.

HSL color Cylindrical-coordinate representation of color #884BCB: hue angle of 268.59º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #884BCB is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13675203-
CMYK0.330.6300.20
HSL268.59º55.17%54.51%-
HSV(B)268.59º63.05%79.61%-
XYZ23.4514.5858.08-
YUV107.83181.71148.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.85%
GREEN value IS 75 (29.69% from 255) = 18.12%
BLUE value IS 203 (79.69% from 255) = 49.03%
R=32.85%
G=18.12%
B=49.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal136752030.330.6300.20268.5955.1754.51
Hex884BCB213F01410d3737
Octal21011331341770244156767
Binary10001000100101111001011100001111111010100100001101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884BCB; }

 p { color: rgb(136,75,203); }

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

<style>
 a { background-color: #884BCB; }

 a { background-color: rgb(136,75,203); }

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

<style>
 span { border-color: #884BCB; }

 span { border-color: rgb(136,75,203); }

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