#873DAF

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

Shades of Deep Lilac #873DAF

Tints of Deep Lilac #873DAF

Color information

#873DAF (or 0x873DAF) is unknown color: approx Deep Lilac. HEX triplet: 87, 3D and AF. RGB value is (135,61,175). Sum of RGB (Red+Green+Blue) = 135+61+175=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #873DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873DAF is #78C250. Grayscale: #5F5F5F. Windows color (decimal): -7914065 or 11484551. OLE color: 11484551.

HSL color Cylindrical-coordinate representation of color #873DAF: hue angle of 278.95º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #873DAF is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13561175-
CMYK0.230.6500.31
HSL278.95º48.31%46.27%-
HSV(B)278.95º65.14%68.63%-
XYZ19.411.5841.77-
YUV96.12172.52155.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 61 (24.22% from 255) = 16.44%
BLUE value IS 175 (68.75% from 255) = 47.17%
R=36.39%
G=16.44%
B=47.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal135611750.230.6500.31278.9548.3146.27
Hex873DAF174101F117302e
Octal20775257271010374276056
Binary1000011111110110101111101111000001011111100010111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873DAF; }

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

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

<style>
 a { background-color: #873DAF; }

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

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

<style>
 span { border-color: #873DAF; }

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

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