#812790

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

Shades of Vivid Violet #812790

Tints of Vivid Violet #812790

Color information

#812790 (or 0x812790) is unknown color: approx Vivid Violet. HEX triplet: 81, 27 and 90. RGB value is (129,39,144). Sum of RGB (Red+Green+Blue) = 129+39+144=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #812790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812790 is #7ED86F. Grayscale: #4D4D4D. Windows color (decimal): -8312944 or 9447297. OLE color: 9447297.

HSL color Cylindrical-coordinate representation of color #812790: hue angle of 291.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #812790 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12939144-
CMYK0.100.7300.44
HSL291.43º57.38%35.88%-
HSV(B)291.43º72.92%56.47%-
XYZ14.818.1327.17-
YUV77.88165.32164.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.35%
GREEN value IS 39 (15.62% from 255) = 12.5%
BLUE value IS 144 (56.64% from 255) = 46.15%
R=41.35%
G=12.5%
B=46.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129391440.100.7300.44291.4357.3835.88
Hex812790A4902C1233924
Octal20147220121110544437144
Binary1000000110011110010000101010010010101100100100011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812790; }

 p { color: rgb(129,39,144); }

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

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

 a { background-color: rgb(129,39,144); }

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

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

 span { border-color: rgb(129,39,144); }

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