#812B86

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

Shades of Vivid Violet #812B86

Tints of Vivid Violet #812B86

Color information

#812B86 (or 0x812B86) is unknown color: approx Vivid Violet. HEX triplet: 81, 2B and 86. RGB value is (129,43,134). Sum of RGB (Red+Green+Blue) = 129+43+134=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #812B86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812B86 is #7ED479. Grayscale: #4E4E4E. Windows color (decimal): -8311930 or 8792961. OLE color: 8792961.

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

Color convert

RGB12943134-
CMYK0.040.6800.47
HSL296.7º51.41%34.71%-
HSV(B)296.7º67.91%52.55%-
XYZ14.228.1223.37-
YUV79.09158.99163.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.16%
GREEN value IS 43 (17.19% from 255) = 14.05%
BLUE value IS 134 (52.73% from 255) = 43.79%
R=42.16%
G=14.05%
B=43.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129431340.040.6800.47296.751.4134.71
Hex812B8644402F1293323
Octal2015320641040574516343
Binary100000011010111000011010010001000101111100101001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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