Html Css Color HEX #885CB8 Deep Lilac

📋 copy color: '#885CB8'

red 136 ◦ green 92 ◦ blue 184

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

Shades of Deep Lilac #885CB8

Tints of Deep Lilac #885CB8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.33%

 BLUE value IS 184 (72.27% from 255) = 44.66%

R = 33.01%
G = 22.33%
B = 44.66%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#885CB8 (or 0x885CB8) is known color: Deep Lilac. HEX triplet: 88, 5C and B8. RGB value is (136,92,184). Sum of RGB (Red+Green+Blue) = 136+92+184=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 184 - color contains mainly: blue. Hex color #885CB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CB8 is #77A347. Grayscale: #737373. Windows color (decimal): -7840584 or 12082312. OLE color: 12082312.

HSL color Cylindrical-coordinate representation of color #885CB8: hue angle of 268.7º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #885CB8 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 136 92 184 -
CMYK 0.26 0.50 0 0.28
HSL 268.7º 0.39% 0.54% -
HSV(B) 268.7º 0.5% 0.72% -
XYZ 22.63 16.35 47.31 -
YUV 115.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 136 92 184 0.26 0.50 0 0.28 268.7 0.39 0.54
Hex 88 5C B8 1A 32 0 1C 10D 27 36
Octal 210 134 270 32 62 0 34 415 47 66
Binary 10001000 1011100 10111000 11010 110010 0 11100 100001101 100111 110110

Color Harmonies of #885CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885CB8

Black with #885CB8

Text Example


Text Example

White with #885CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,92,184); }

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

background-color css

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

 a { background-color: rgb(136,92,184); }

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

border-color css

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

 span { border-color: rgb(136,92,184); }

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