#875CAF

Color #875CAF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #875CAF

Tints of Deep Lilac #875CAF

Color information

#875CAF (or 0x875CAF) is unknown color: approx Deep Lilac. HEX triplet: 87, 5C and AF. RGB value is (135,92,175). Sum of RGB (Red+Green+Blue) = 135+92+175=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #875CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875CAF is #78A350. Grayscale: #727272. Windows color (decimal): -7906129 or 11492487. OLE color: 11492487.

HSL color Cylindrical-coordinate representation of color #875CAF: hue angle of 271.08º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #875CAF is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13592175-
CMYK0.230.4700.31
HSL271.08º34.16%52.35%-
HSV(B)271.08º47.43%68.63%-
XYZ21.5615.942.49-
YUV114.32162.25142.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.58%
GREEN value IS 92 (36.33% from 255) = 22.89%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=33.58%
G=22.89%
B=43.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal135921750.230.4700.31271.0834.1652.35
Hex875CAF172F01F10f2234
Octal20713425727570374174264
Binary1000011110111001010111110111101111011111100001111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875CAF; }

 p { color: rgb(135,92,175); }

 H1.HeaderClassName
 {
   color: #875CAF;
 }
 .AnyTagClassName
 {
   color: #875CAF;
 }
</style>
background-color css

<style>
 a { background-color: #875CAF; }

 a { background-color: rgb(135,92,175); }

 div.DivClassName
 {
   background-color: #875CAF;
 }
 .BgClassName
 {
   background-color: #875CAF;
 }
</style>
border-color css

<style>
 span { border-color: #875CAF; }

 span { border-color: rgb(135,92,175); }

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