Html Css Color HEX #885EB6 Deep Lilac

📋 copy color: '#885EB6'

red 136 ◦ green 94 ◦ blue 182

#885EB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #885EB6

Tints of Deep Lilac #885EB6

RGB

 RED value IS 136 (53.52% from 255) = 33.01%

 GREEN value IS 94 (37.11% from 255) = 22.82%

 BLUE value IS 182 (71.48% from 255) = 44.17%

R = 33.01%
G = 22.82%
B = 44.17%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#885EB6 (or 0x885EB6) is known color: Deep Lilac. HEX triplet: 88, 5E and B6. RGB value is (136,94,182). Sum of RGB (Red+Green+Blue) = 136+94+182=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 182 - color contains mainly: blue. Hex color #885EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885EB6 is #77A149. Grayscale: #747474. Windows color (decimal): -7840074 or 11951752. OLE color: 11951752.

HSL color Cylindrical-coordinate representation of color #885EB6: hue angle of 268.64º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #885EB6 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 94 182 -
CMYK 0.25 0.48 0 0.29
HSL 268.64º 0.38% 0.54% -
HSV(B) 268.64º 0.48% 0.71% -
XYZ 22.6 16.62 46.27 -
YUV 116.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 136 94 182 0.25 0.48 0 0.29 268.64 0.38 0.54
Hex 88 5E B6 19 30 0 1D 10D 26 36
Octal 210 136 266 31 60 0 35 415 46 66
Binary 10001000 1011110 10110110 11001 110000 0 11101 100001101 100110 110110

Color Harmonies of #885EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885EB6

Black with #885EB6

Text Example


Text Example

White with #885EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885EB6; }

 p { color: rgb(136,94,182); }

 H1.HeaderClassName
 {
   color: #885EB6;
 }
 .AnyTagClassName
 {
   color: #885EB6;
 }
</style>

background-color css

<style>
 a { background-color: #885EB6; }

 a { background-color: rgb(136,94,182); }

 div.DivClassName
 {
   background-color: #885EB6;
 }
 .BgClassName
 {
   background-color: #885EB6;
 }
</style>

border-color css

<style>
 span { border-color: #885EB6; }

 span { border-color: rgb(136,94,182); }

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