Html Css Color HEX #885CAE Deep Lilac

📋 copy color: '#885CAE'

red 136 ◦ green 92 ◦ blue 174

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

Shades of Deep Lilac #885CAE

Tints of Deep Lilac #885CAE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.89%

 BLUE value IS 174 (68.36% from 255) = 43.28%

R = 33.83%
G = 22.89%
B = 43.28%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#885CAE (or 0x885CAE) is known color: Deep Lilac. HEX triplet: 88, 5C and AE. RGB value is (136,92,174). Sum of RGB (Red+Green+Blue) = 136+92+174=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #885CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885CAE is #77A351. Grayscale: #727272. Windows color (decimal): -7840594 or 11426952. OLE color: 11426952.

HSL color Cylindrical-coordinate representation of color #885CAE: hue angle of 272.2º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #885CAE is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 92 174 -
CMYK 0.22 0.47 0 0.32
HSL 272.2º 0.34% 0.52% -
HSV(B) 272.2º 0.47% 0.68% -
XYZ 21.62 15.94 41.98 -
YUV 114.5 161.58 143.33 -
System Red Green Blue C M Y K H S L
Decimal 136 92 174 0.22 0.47 0 0.32 272.2 0.34 0.52
Hex 88 5C AE 16 2F 0 20 110 22 34
Octal 210 134 256 26 57 0 40 420 42 64
Binary 10001000 1011100 10101110 10110 101111 0 100000 100010000 100010 110100

Color Harmonies of #885CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885CAE

Black with #885CAE

Text Example


Text Example

White with #885CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,92,174); }

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

background-color css

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

 a { background-color: rgb(136,92,174); }

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

border-color css

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

 span { border-color: rgb(136,92,174); }

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