#813395

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

Shades of Vivid Violet #813395

Tints of Vivid Violet #813395

Color information

#813395 (or 0x813395) is unknown color: approx Vivid Violet. HEX triplet: 81, 33 and 95. RGB value is (129,51,149). Sum of RGB (Red+Green+Blue) = 129+51+149=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #813395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813395 is #7ECC6A. Grayscale: #555555. Windows color (decimal): -8309867 or 9778049. OLE color: 9778049.

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

Color convert

RGB12951149-
CMYK0.130.6600.42
HSL287.76º49%39.22%-
HSV(B)287.76º65.77%58.43%-
XYZ15.669.229.38-
YUV85.49163.84159.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.21%
GREEN value IS 51 (20.31% from 255) = 15.50%
BLUE value IS 149 (58.59% from 255) = 45.29%
R=39.21%
G=15.50%
B=45.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129511490.130.6600.42287.764939.22
Hex813395D4202A1203127
Octal20163225151020524406147
Binary1000000111001110010101110110000100101010100100000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813395; }

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

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

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

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

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

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

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

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