#873199

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

Shades of Vivid Violet #873199

Tints of Vivid Violet #873199

Color information

#873199 (or 0x873199) is unknown color: approx Vivid Violet. HEX triplet: 87, 31 and 99. RGB value is (135,49,153). Sum of RGB (Red+Green+Blue) = 135+49+153=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #873199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873199 is #78CE66. Grayscale: #565656. Windows color (decimal): -7917159 or 10039687. OLE color: 10039687.

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

Color convert

RGB13549153-
CMYK0.120.6800.4
HSL289.62º51.49%39.61%-
HSV(B)289.62º67.97%60%-
XYZ16.849.6531.11-
YUV86.57165.49162.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 49 (19.53% from 255) = 14.54%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=40.06%
G=14.54%
B=45.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal135491530.120.6800.4289.6251.4939.61
Hex873199C440281223328
Octal20761231141040504426350
Binary1000011111000110011001110010001000101000100100010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873199; }

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

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

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

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

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

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

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

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