#813397

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

Shades of Vivid Violet #813397

Tints of Vivid Violet #813397

Color information

#813397 (or 0x813397) is unknown color: approx Vivid Violet. HEX triplet: 81, 33 and 97. RGB value is (129,51,151). Sum of RGB (Red+Green+Blue) = 129+51+151=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 151 - color contains mainly: blue. Hex color #813397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813397 is #7ECC68. Grayscale: #555555. Windows color (decimal): -8309865 or 9909121. OLE color: 9909121.

HSL color Cylindrical-coordinate representation of color #813397: hue angle of 286.8º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #813397 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12951151-
CMYK0.150.6600.41
HSL286.8º49.5%39.61%-
HSV(B)286.8º66.23%59.22%-
XYZ15.829.2730.23-
YUV85.72164.84158.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.97%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 151 (59.38% from 255) = 45.62%
R=38.97%
G=15.41%
B=45.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129511510.150.6600.41286.849.539.61
Hex813397F4202911f3228
Octal20163227171020514376250
Binary1000000111001110010111111110000100101001100011111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813397; }

 p { color: rgb(129,51,151); }

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

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

 a { background-color: rgb(129,51,151); }

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

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

 span { border-color: rgb(129,51,151); }

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