#812F86

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

Shades of Vivid Violet #812F86

Tints of Vivid Violet #812F86

Color information

#812F86 (or 0x812F86) is unknown color: approx Vivid Violet. HEX triplet: 81, 2F and 86. RGB value is (129,47,134). Sum of RGB (Red+Green+Blue) = 129+47+134=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #812F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812F86 is #7ED079. Grayscale: #515151. Windows color (decimal): -8310906 or 8793985. OLE color: 8793985.

HSL color Cylindrical-coordinate representation of color #812F86: hue angle of 296.55º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #812F86 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12947134-
CMYK0.040.6500.47
HSL296.55º48.07%35.49%-
HSV(B)296.55º64.93%52.55%-
XYZ14.378.4223.42-
YUV81.44157.67161.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.61%
GREEN value IS 47 (18.75% from 255) = 15.16%
BLUE value IS 134 (52.73% from 255) = 43.23%
R=41.61%
G=15.16%
B=43.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129471340.040.6500.47296.5548.0735.49
Hex812F8644102F1293023
Octal2015720641010574516043
Binary100000011011111000011010010000010101111100101001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812F86; }

 p { color: rgb(129,47,134); }

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

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

 a { background-color: rgb(129,47,134); }

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

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

 span { border-color: rgb(129,47,134); }

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