#884BC8

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

Shades of Deep Lilac #884BC8

Tints of Deep Lilac #884BC8

Color information

#884BC8 (or 0x884BC8) is unknown color: approx Deep Lilac. HEX triplet: 88, 4B and C8. RGB value is (136,75,200). Sum of RGB (Red+Green+Blue) = 136+75+200=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #884BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BC8 is #77B437. Grayscale: #6B6B6B. Windows color (decimal): -7844920 or 13126536. OLE color: 13126536.

HSL color Cylindrical-coordinate representation of color #884BC8: hue angle of 269.28º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #884BC8 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13675200-
CMYK0.320.6200.22
HSL269.28º53.19%53.92%-
HSV(B)269.28º62.5%78.43%-
XYZ23.0914.4456.21-
YUV107.49180.21148.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.09%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 200 (78.52% from 255) = 48.66%
R=33.09%
G=18.25%
B=48.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal136752000.320.6200.22269.2853.1953.92
Hex884BC8203E01610d3536
Octal21011331040760264156566
Binary10001000100101111001000100000111110010110100001101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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