Html Css Color HEX #885DB9 Lilac Bush

📋 copy color: '#885DB9'

red 136 ◦ green 93 ◦ blue 185

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

Shades of Lilac Bush #885DB9

Tints of Lilac Bush #885DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.69%

R = 32.85%
G = 22.46%
B = 44.69%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#885DB9 (or 0x885DB9) is known color: Lilac Bush. HEX triplet: 88, 5D and B9. RGB value is (136,93,185). Sum of RGB (Red+Green+Blue) = 136+93+185=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 185 - color contains mainly: blue. Hex color #885DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885DB9 is #77A246. Grayscale: #747474. Windows color (decimal): -7840327 or 12148104. OLE color: 12148104.

HSL color Cylindrical-coordinate representation of color #885DB9: hue angle of 268.04º degrees, saturation: 0.4, 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 #885DB9 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 93 185 -
CMYK 0.26 0.50 0 0.27
HSL 268.04º 0.4% 0.55% -
HSV(B) 268.04º 0.5% 0.73% -
XYZ 22.82 16.57 47.89 -
YUV 116.35 166.75 142.02 -
System Red Green Blue C M Y K H S L
Decimal 136 93 185 0.26 0.50 0 0.27 268.04 0.4 0.55
Hex 88 5D B9 1A 32 0 1B 10C 28 37
Octal 210 135 271 32 62 0 33 414 50 67
Binary 10001000 1011101 10111001 11010 110010 0 11011 100001100 101000 110111

Color Harmonies of #885DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885DB9

Black with #885DB9

Text Example


Text Example

White with #885DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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