Html Css Color HEX #885DB4 Deep Lilac

📋 copy color: '#885DB4'

red 136 ◦ green 93 ◦ blue 180

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

Shades of Deep Lilac #885DB4

Tints of Deep Lilac #885DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.01%

R = 33.25%
G = 22.74%
B = 44.01%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#885DB4 (or 0x885DB4) is known color: Deep Lilac. HEX triplet: 88, 5D and B4. RGB value is (136,93,180). Sum of RGB (Red+Green+Blue) = 136+93+180=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #885DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885DB4 is #77A24B. Grayscale: #737373. Windows color (decimal): -7840332 or 11820424. OLE color: 11820424.

HSL color Cylindrical-coordinate representation of color #885DB4: hue angle of 269.66º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #885DB4 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 93 180 -
CMYK 0.24 0.48 0 0.29
HSL 269.66º 0.37% 0.54% -
HSV(B) 269.66º 0.48% 0.71% -
XYZ 22.31 16.36 45.16 -
YUV 115.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 136 93 180 0.24 0.48 0 0.29 269.66 0.37 0.54
Hex 88 5D B4 18 30 0 1D 10E 25 36
Octal 210 135 264 30 60 0 35 416 45 66
Binary 10001000 1011101 10110100 11000 110000 0 11101 100001110 100101 110110

Color Harmonies of #885DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885DB4

Black with #885DB4

Text Example


Text Example

White with #885DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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