#875AAD

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

Shades of Deep Lilac #875AAD

Tints of Deep Lilac #875AAD

Color information

#875AAD (or 0x875AAD) is unknown color: approx Deep Lilac. HEX triplet: 87, 5A and AD. RGB value is (135,90,173). Sum of RGB (Red+Green+Blue) = 135+90+173=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #875AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875AAD is #78A552. Grayscale: #707070. Windows color (decimal): -7906643 or 11360903. OLE color: 11360903.

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

Color convert

RGB13590173-
CMYK0.220.4800.32
HSL272.53º33.6%51.57%-
HSV(B)272.53º47.98%67.84%-
XYZ21.1915.4841.41-
YUV112.92161.91143.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.92%
GREEN value IS 90 (35.55% from 255) = 22.61%
BLUE value IS 173 (67.97% from 255) = 43.47%
R=33.92%
G=22.61%
B=43.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135901730.220.4800.32272.5333.651.57
Hex875AAD16300201112234
Octal20713225526600404214264
Binary10000111101101010101101101101100000100000100010001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,90,173); }

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

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

 a { background-color: rgb(135,90,173); }

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

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

 span { border-color: rgb(135,90,173); }

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