#873399

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

Shades of Vivid Violet #873399

Tints of Vivid Violet #873399

Color information

#873399 (or 0x873399) is unknown color: approx Vivid Violet. HEX triplet: 87, 33 and 99. RGB value is (135,51,153). Sum of RGB (Red+Green+Blue) = 135+51+153=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #873399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873399 is #78CC66. Grayscale: #575757. Windows color (decimal): -7916647 or 10040199. OLE color: 10040199.

HSL color Cylindrical-coordinate representation of color #873399: hue angle of 289.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #873399 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13551153-
CMYK0.120.6700.4
HSL289.41º50%40%-
HSV(B)289.41º66.67%60%-
XYZ16.939.8231.14-
YUV87.74164.83161.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=39.82%
G=15.04%
B=45.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal135511530.120.6700.4289.415040
Hex873399C430281213228
Octal20763231141030504416250
Binary1000011111001110011001110010000110101000100100001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873399; }

 p { color: rgb(135,51,153); }

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

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

 a { background-color: rgb(135,51,153); }

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

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

 span { border-color: rgb(135,51,153); }

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