#872F9E

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

Shades of Vivid Violet #872F9E

Tints of Vivid Violet #872F9E

Color information

#872F9E (or 0x872F9E) is unknown color: approx Vivid Violet. HEX triplet: 87, 2F and 9E. RGB value is (135,47,158). Sum of RGB (Red+Green+Blue) = 135+47+158=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #872F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872F9E is #78D061. Grayscale: #555555. Windows color (decimal): -7917666 or 10366855. OLE color: 10366855.

HSL color Cylindrical-coordinate representation of color #872F9E: hue angle of 287.57º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872F9E is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13547158-
CMYK0.150.7000.38
HSL287.57º54.15%40.2%-
HSV(B)287.57º70.25%61.96%-
XYZ17.189.6533.31-
YUV85.97168.65162.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 47 (18.75% from 255) = 13.82%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=39.71%
G=13.82%
B=46.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135471580.150.7000.38287.5754.1540.2
Hex872F9EF460261203628
Octal20757236171060464406650
Binary1000011110111110011110111110001100100110100100000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872F9E; }

 p { color: rgb(135,47,158); }

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

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

 a { background-color: rgb(135,47,158); }

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

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

 span { border-color: rgb(135,47,158); }

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