Html Css Color HEX #885DB5 Deep Lilac

📋 copy color: '#885DB5'

red 136 ◦ green 93 ◦ blue 181

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

Shades of Deep Lilac #885DB5

Tints of Deep Lilac #885DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.15%

R = 33.17%
G = 22.68%
B = 44.15%

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

#885DB5 (or 0x885DB5) is known color: Deep Lilac. HEX triplet: 88, 5D and B5. RGB value is (136,93,181). Sum of RGB (Red+Green+Blue) = 136+93+181=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 181 - color contains mainly: blue. Hex color #885DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885DB5 is #77A24A. Grayscale: #737373. Windows color (decimal): -7840331 or 11885960. OLE color: 11885960.

HSL color Cylindrical-coordinate representation of color #885DB5: hue angle of 269.32º degrees, saturation: 0.37, 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 #885DB5 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 93 181 -
CMYK 0.25 0.49 0 0.29
HSL 269.32º 0.37% 0.54% -
HSV(B) 269.32º 0.49% 0.71% -
XYZ 22.41 16.4 45.7 -
YUV 115.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 136 93 181 0.25 0.49 0 0.29 269.32 0.37 0.54
Hex 88 5D B5 19 31 0 1D 10D 25 36
Octal 210 135 265 31 61 0 35 415 45 66
Binary 10001000 1011101 10110101 11001 110001 0 11101 100001101 100101 110110

Color Harmonies of #885DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885DB5

Black with #885DB5

Text Example


Text Example

White with #885DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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