#813D83

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

Shades of Vivid Violet #813D83

Tints of Vivid Violet #813D83

Color information

#813D83 (or 0x813D83) is unknown color: approx Vivid Violet. HEX triplet: 81, 3D and 83. RGB value is (129,61,131). Sum of RGB (Red+Green+Blue) = 129+61+131=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 131 - color contains mainly: blue. Hex color #813D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813D83 is #7EC27C. Grayscale: #595959. Windows color (decimal): -8307325 or 8600961. OLE color: 8600961.

HSL color Cylindrical-coordinate representation of color #813D83: hue angle of 298.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #813D83 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12961131-
CMYK0.020.5300.49
HSL298.29º36.46%37.65%-
HSV(B)298.29º53.44%51.37%-
XYZ14.829.6422.55-
YUV89.31151.53156.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.19%
GREEN value IS 61 (24.22% from 255) = 19.00%
BLUE value IS 131 (51.56% from 255) = 40.81%
R=40.19%
G=19.00%
B=40.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129611310.020.5300.49298.2936.4637.65
Hex813D8323503112a2426
Octal201752032650614524446
Binary1000000111110110000011101101010110001100101010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813D83; }

 p { color: rgb(129,61,131); }

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

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

 a { background-color: rgb(129,61,131); }

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

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

 span { border-color: rgb(129,61,131); }

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