#873DB1

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

Shades of Deep Lilac #873DB1

Tints of Deep Lilac #873DB1

Color information

#873DB1 (or 0x873DB1) is unknown color: approx Deep Lilac. HEX triplet: 87, 3D and B1. RGB value is (135,61,177). Sum of RGB (Red+Green+Blue) = 135+61+177=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #873DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873DB1 is #78C24E. Grayscale: #5F5F5F. Windows color (decimal): -7914063 or 11615623. OLE color: 11615623.

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

Color convert

RGB13561177-
CMYK0.240.6600.31
HSL278.28º48.74%46.67%-
HSV(B)278.28º65.54%69.41%-
XYZ19.611.6642.81-
YUV96.35173.52155.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.19%
GREEN value IS 61 (24.22% from 255) = 16.35%
BLUE value IS 177 (69.53% from 255) = 47.45%
R=36.19%
G=16.35%
B=47.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal135611770.240.6600.31278.2848.7446.67
Hex873DB1184201F116312f
Octal20775261301020374266157
Binary1000011111110110110001110001000010011111100010110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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