Html Css Color HEX #885DBB Lilac Bush

📋 copy color: '#885DBB'

red 136 ◦ green 93 ◦ blue 187

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

Shades of Lilac Bush #885DBB

Tints of Lilac Bush #885DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.36%

 BLUE value IS 187 (73.44% from 255) = 44.95%

R = 32.69%
G = 22.36%
B = 44.95%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#885DBB (or 0x885DBB) is known color: Lilac Bush. HEX triplet: 88, 5D and BB. RGB value is (136,93,187). Sum of RGB (Red+Green+Blue) = 136+93+187=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #885DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885DBB is #77A244. Grayscale: #747474. Windows color (decimal): -7840325 or 12279176. OLE color: 12279176.

HSL color Cylindrical-coordinate representation of color #885DBB: hue angle of 267.45º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #885DBB is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 93 187 -
CMYK 0.27 0.50 0 0.27
HSL 267.45º 0.41% 0.55% -
HSV(B) 267.45º 0.5% 0.73% -
XYZ 23.04 16.65 49.01 -
YUV 116.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 136 93 187 0.27 0.50 0 0.27 267.45 0.41 0.55
Hex 88 5D BB 1B 32 0 1B 10B 29 37
Octal 210 135 273 33 62 0 33 413 51 67
Binary 10001000 1011101 10111011 11011 110010 0 11011 100001011 101001 110111

Color Harmonies of #885DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885DBB

Black with #885DBB

Text Example


Text Example

White with #885DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,93,187); }

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

background-color css

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

 a { background-color: rgb(136,93,187); }

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

border-color css

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

 span { border-color: rgb(136,93,187); }

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