#812C93

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

Shades of Vivid Violet #812C93

Tints of Vivid Violet #812C93

Color information

#812C93 (or 0x812C93) is unknown color: approx Vivid Violet. HEX triplet: 81, 2C and 93. RGB value is (129,44,147). Sum of RGB (Red+Green+Blue) = 129+44+147=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #812C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812C93 is #7ED36C. Grayscale: #505050. Windows color (decimal): -8311661 or 9645185. OLE color: 9645185.

HSL color Cylindrical-coordinate representation of color #812C93: hue angle of 289.51º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #812C93 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12944147-
CMYK0.120.7000.42
HSL289.51º53.93%37.45%-
HSV(B)289.51º70.07%57.65%-
XYZ15.228.5828.46-
YUV81.16165.16162.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.31%
GREEN value IS 44 (17.58% from 255) = 13.75%
BLUE value IS 147 (57.81% from 255) = 45.94%
R=40.31%
G=13.75%
B=45.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129441470.120.7000.42289.5153.9337.45
Hex812C93C4602A1223625
Octal20154223141060524426645
Binary1000000110110010010011110010001100101010100100010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,44,147); }

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

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

 a { background-color: rgb(129,44,147); }

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

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

 span { border-color: rgb(129,44,147); }

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