#812994

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

Shades of Vivid Violet #812994

Tints of Vivid Violet #812994

Color information

#812994 (or 0x812994) is unknown color: approx Vivid Violet. HEX triplet: 81, 29 and 94. RGB value is (129,41,148). Sum of RGB (Red+Green+Blue) = 129+41+148=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #812994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812994 is #7ED66B. Grayscale: #4F4F4F. Windows color (decimal): -8312428 or 9709953. OLE color: 9709953.

HSL color Cylindrical-coordinate representation of color #812994: hue angle of 289.35º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812994 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12941148-
CMYK0.130.7200.42
HSL289.35º56.61%37.06%-
HSV(B)289.35º72.3%58.04%-
XYZ15.198.3928.84-
YUV79.51166.65163.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.57%
GREEN value IS 41 (16.41% from 255) = 12.89%
BLUE value IS 148 (58.20% from 255) = 46.54%
R=40.57%
G=12.89%
B=46.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129411480.130.7200.42289.3556.6137.06
Hex812994D4802A1213925
Octal20151224151100524417145
Binary1000000110100110010100110110010000101010100100001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812994; }

 p { color: rgb(129,41,148); }

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

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

 a { background-color: rgb(129,41,148); }

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

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

 span { border-color: rgb(129,41,148); }

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