Html Css Color HEX #885FB8 Lilac Bush

📋 copy color: '#885FB8'

red 136 ◦ green 95 ◦ blue 184

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

Shades of Lilac Bush #885FB8

Tints of Lilac Bush #885FB8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.89%

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

R = 32.77%
G = 22.89%
B = 44.34%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#885FB8 (or 0x885FB8) is known color: Lilac Bush. HEX triplet: 88, 5F and B8. RGB value is (136,95,184). Sum of RGB (Red+Green+Blue) = 136+95+184=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 184 - color contains mainly: blue. Hex color #885FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FB8 is #77A047. Grayscale: #757575. Windows color (decimal): -7839816 or 12083080. OLE color: 12083080.

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

Color convert

RGB 136 95 184 -
CMYK 0.26 0.48 0 0.28
HSL 267.64º 0.39% 0.55% -
HSV(B) 267.64º 0.48% 0.72% -
XYZ 22.9 16.88 47.4 -
YUV 117.41 165.58 141.26 -
System Red Green Blue C M Y K H S L
Decimal 136 95 184 0.26 0.48 0 0.28 267.64 0.39 0.55
Hex 88 5F B8 1A 30 0 1C 10C 27 37
Octal 210 137 270 32 60 0 34 414 47 67
Binary 10001000 1011111 10111000 11010 110000 0 11100 100001100 100111 110111

Color Harmonies of #885FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FB8

Black with #885FB8

Text Example


Text Example

White with #885FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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