Html Css Color HEX #885ABD Deep Lilac

📋 copy color: '#885ABD'

red 136 ◦ green 90 ◦ blue 189

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

Shades of Deep Lilac #885ABD

Tints of Deep Lilac #885ABD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.69%

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 32.77%
G = 21.69%
B = 45.54%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#885ABD (or 0x885ABD) is known color: Deep Lilac. HEX triplet: 88, 5A and BD. RGB value is (136,90,189). Sum of RGB (Red+Green+Blue) = 136+90+189=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #885ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ABD is #77A542. Grayscale: #727272. Windows color (decimal): -7841091 or 12409480. OLE color: 12409480.

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

Color convert

RGB 136 90 189 -
CMYK 0.28 0.52 0 0.26
HSL 267.88º 0.43% 0.55% -
HSV(B) 267.88º 0.52% 0.74% -
XYZ 22.99 16.22 50.06 -
YUV 115.04 169.74 142.95 -
System Red Green Blue C M Y K H S L
Decimal 136 90 189 0.28 0.52 0 0.26 267.88 0.43 0.55
Hex 88 5A BD 1C 34 0 1A 10C 2B 37
Octal 210 132 275 34 64 0 32 414 53 67
Binary 10001000 1011010 10111101 11100 110100 0 11010 100001100 101011 110111

Color Harmonies of #885ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885ABD

Black with #885ABD

Text Example


Text Example

White with #885ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,90,189); }

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

background-color css

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

 a { background-color: rgb(136,90,189); }

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

border-color css

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

 span { border-color: rgb(136,90,189); }

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