Html Css Color HEX #885DB6 Deep Lilac

📋 copy color: '#885DB6'

red 136 ◦ green 93 ◦ blue 182

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

Shades of Deep Lilac #885DB6

Tints of Deep Lilac #885DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.28%

R = 33.09%
G = 22.63%
B = 44.28%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#885DB6 (or 0x885DB6) is known color: Deep Lilac. HEX triplet: 88, 5D and B6. RGB value is (136,93,182). Sum of RGB (Red+Green+Blue) = 136+93+182=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #885DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885DB6 is #77A249. Grayscale: #737373. Windows color (decimal): -7840330 or 11951496. OLE color: 11951496.

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

Color convert

RGB 136 93 182 -
CMYK 0.25 0.49 0 0.29
HSL 268.99º 0.38% 0.54% -
HSV(B) 268.99º 0.49% 0.71% -
XYZ 22.51 16.44 46.24 -
YUV 116 165.25 142.26 -
System Red Green Blue C M Y K H S L
Decimal 136 93 182 0.25 0.49 0 0.29 268.99 0.38 0.54
Hex 88 5D B6 19 31 0 1D 10D 26 36
Octal 210 135 266 31 61 0 35 415 46 66
Binary 10001000 1011101 10110110 11001 110001 0 11101 100001101 100110 110110

Color Harmonies of #885DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885DB6

Black with #885DB6

Text Example


Text Example

White with #885DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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