#873990

Color #873990 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #873990

Tints of Vivid Violet #873990

Color information

#873990 (or 0x873990) is unknown color: approx Vivid Violet. HEX triplet: 87, 39 and 90. RGB value is (135,57,144). Sum of RGB (Red+Green+Blue) = 135+57+144=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #873990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873990 is #78C66F. Grayscale: #595959. Windows color (decimal): -7915120 or 9451911. OLE color: 9451911.

HSL color Cylindrical-coordinate representation of color #873990: hue angle of 293.79º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #873990 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13557144-
CMYK0.060.6000.44
HSL293.79º43.28%39.41%-
HSV(B)293.79º60.42%56.47%-
XYZ16.4910.0927.46-
YUV90.24158.34159.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 57 (22.66% from 255) = 16.96%
BLUE value IS 144 (56.64% from 255) = 42.86%
R=40.18%
G=16.96%
B=42.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135571440.060.6000.44293.7943.2839.41
Hex87399063C02C1262b27
Octal207712206740544465347
Binary10000111111001100100001101111000101100100100110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873990; }

 p { color: rgb(135,57,144); }

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

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

 a { background-color: rgb(135,57,144); }

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

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

 span { border-color: rgb(135,57,144); }

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