#813393

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

Shades of Vivid Violet #813393

Tints of Vivid Violet #813393

Color information

#813393 (or 0x813393) is unknown color: approx Vivid Violet. HEX triplet: 81, 33 and 93. RGB value is (129,51,147). Sum of RGB (Red+Green+Blue) = 129+51+147=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #813393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813393 is #7ECC6C. Grayscale: #545454. Windows color (decimal): -8309869 or 9646977. OLE color: 9646977.

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

Color convert

RGB12951147-
CMYK0.120.6500.42
HSL288.75º48.48%38.82%-
HSV(B)288.75º65.31%57.65%-
XYZ15.59.1428.55-
YUV85.27162.84159.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.45%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=39.45%
G=15.60%
B=44.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129511470.120.6500.42288.7548.4838.82
Hex813393C4102A1213027
Octal20163223141010524416047
Binary1000000111001110010011110010000010101010100100001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813393; }

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

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

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

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

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

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

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

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