#812F82

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

Shades of Vivid Violet #812F82

Tints of Vivid Violet #812F82

Color information

#812F82 (or 0x812F82) is unknown color: approx Vivid Violet. HEX triplet: 81, 2F and 82. RGB value is (129,47,130). Sum of RGB (Red+Green+Blue) = 129+47+130=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #812F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812F82 is #7ED07D. Grayscale: #505050. Windows color (decimal): -8310910 or 8531841. OLE color: 8531841.

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

Color convert

RGB12947130-
CMYK0.010.6400.49
HSL299.28º46.89%34.71%-
HSV(B)299.28º63.85%50.98%-
XYZ14.18.3121.98-
YUV80.98155.67162.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.16%
GREEN value IS 47 (18.75% from 255) = 15.36%
BLUE value IS 130 (51.17% from 255) = 42.48%
R=42.16%
G=15.36%
B=42.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129471300.010.6400.49299.2846.8934.71
Hex812F8214003112b2f23
Octal2015720211000614535743
Binary1000000110111110000010110000000110001100101011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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