#812593

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

Shades of Vivid Violet #812593

Tints of Vivid Violet #812593

Color information

#812593 (or 0x812593) is unknown color: approx Vivid Violet. HEX triplet: 81, 25 and 93. RGB value is (129,37,147). Sum of RGB (Red+Green+Blue) = 129+37+147=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #812593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812593 is #7EDA6C. Grayscale: #4C4C4C. Windows color (decimal): -8313453 or 9643393. OLE color: 9643393.

HSL color Cylindrical-coordinate representation of color #812593: hue angle of 290.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812593 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12937147-
CMYK0.120.7500.42
HSL290.18º59.78%36.08%-
HSV(B)290.18º74.83%57.65%-
XYZ14.988.128.38-
YUV77.05167.48165.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.21%
GREEN value IS 37 (14.84% from 255) = 11.82%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=41.21%
G=11.82%
B=46.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129371470.120.7500.42290.1859.7836.08
Hex812593C4B02A1223c24
Octal20145223141130524427444
Binary1000000110010110010011110010010110101010100100010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812593; }

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

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

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

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

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

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

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

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