#812595

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

Shades of Vivid Violet #812595

Tints of Vivid Violet #812595

Color information

#812595 (or 0x812595) is unknown color: approx Vivid Violet. HEX triplet: 81, 25 and 95. RGB value is (129,37,149). Sum of RGB (Red+Green+Blue) = 129+37+149=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #812595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812595 is #7EDA6A. Grayscale: #4C4C4C. Windows color (decimal): -8313451 or 9774465. OLE color: 9774465.

HSL color Cylindrical-coordinate representation of color #812595: hue angle of 289.29º 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 #812595 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12937149-
CMYK0.130.7500.42
HSL289.29º60.22%36.47%-
HSV(B)289.29º75.17%58.43%-
XYZ15.148.1629.21-
YUV77.28168.48164.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.95%
GREEN value IS 37 (14.84% from 255) = 11.75%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=40.95%
G=11.75%
B=47.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129371490.130.7500.42289.2960.2236.47
Hex812595D4B02A1213c24
Octal20145225151130524417444
Binary1000000110010110010101110110010110101010100100001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812595; }

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

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

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

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

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

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

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

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