#873CB4

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

Shades of Deep Lilac #873CB4

Tints of Deep Lilac #873CB4

Color information

#873CB4 (or 0x873CB4) is unknown color: approx Deep Lilac. HEX triplet: 87, 3C and B4. RGB value is (135,60,180). Sum of RGB (Red+Green+Blue) = 135+60+180=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #873CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873CB4 is #78C34B. Grayscale: #5F5F5F. Windows color (decimal): -7914316 or 11811975. OLE color: 11811975.

HSL color Cylindrical-coordinate representation of color #873CB4: hue angle of 277.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #873CB4 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13560180-
CMYK0.250.6700.29
HSL277.5º50%47.06%-
HSV(B)277.5º66.67%70.59%-
XYZ19.8511.6844.39-
YUV96.1175.35155.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 60 (23.83% from 255) = 16%
BLUE value IS 180 (70.70% from 255) = 48%
R=36%
G=16%
B=48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal135601800.250.6700.29277.55047.06
Hex873CB4194301D116322f
Octal20774264311030354266257
Binary1000011111110010110100110011000011011101100010110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,60,180); }

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

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

 a { background-color: rgb(135,60,180); }

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

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

 span { border-color: rgb(135,60,180); }

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