#872799

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

Shades of Vivid Violet #872799

Tints of Vivid Violet #872799

Color information

#872799 (or 0x872799) is unknown color: approx Vivid Violet. HEX triplet: 87, 27 and 99. RGB value is (135,39,153). Sum of RGB (Red+Green+Blue) = 135+39+153=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #872799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872799 is #78D866. Grayscale: #505050. Windows color (decimal): -7919719 or 10037127. OLE color: 10037127.

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

Color convert

RGB13539153-
CMYK0.120.7500.4
HSL290.53º59.38%37.65%-
HSV(B)290.53º74.51%60%-
XYZ16.478.930.99-
YUV80.7168.8166.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 39 (15.62% from 255) = 11.93%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=41.28%
G=11.93%
B=46.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal135391530.120.7500.4290.5359.3837.65
Hex872799C4B0281233b26
Octal20747231141130504437346
Binary1000011110011110011001110010010110101000100100011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872799; }

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

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

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

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

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

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

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

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