#873DB2

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

Shades of Deep Lilac #873DB2

Tints of Deep Lilac #873DB2

Color information

#873DB2 (or 0x873DB2) is unknown color: approx Deep Lilac. HEX triplet: 87, 3D and B2. RGB value is (135,61,178). Sum of RGB (Red+Green+Blue) = 135+61+178=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 178 - color contains mainly: blue. Hex color #873DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873DB2 is #78C24D. Grayscale: #606060. Windows color (decimal): -7914062 or 11681159. OLE color: 11681159.

HSL color Cylindrical-coordinate representation of color #873DB2: hue angle of 277.95º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #873DB2 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13561178-
CMYK0.240.6600.30
HSL277.95º48.95%46.86%-
HSV(B)277.95º65.73%69.8%-
XYZ19.711.743.34-
YUV96.46174.02155.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 61 (24.22% from 255) = 16.31%
BLUE value IS 178 (69.92% from 255) = 47.59%
R=36.10%
G=16.31%
B=47.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal135611780.240.6600.30277.9548.9546.86
Hex873DB2184201E116312f
Octal20775262301020364266157
Binary1000011111110110110010110001000010011110100010110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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