#813D90

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

Shades of Vivid Violet #813D90

Tints of Vivid Violet #813D90

Color information

#813D90 (or 0x813D90) is unknown color: approx Vivid Violet. HEX triplet: 81, 3D and 90. RGB value is (129,61,144). Sum of RGB (Red+Green+Blue) = 129+61+144=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #813D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813D90 is #7EC26F. Grayscale: #5A5A5A. Windows color (decimal): -8307312 or 9452929. OLE color: 9452929.

HSL color Cylindrical-coordinate representation of color #813D90: hue angle of 289.16º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #813D90 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12961144-
CMYK0.100.5800.44
HSL289.16º40.49%40.2%-
HSV(B)289.16º57.64%56.47%-
XYZ15.7610.0227.49-
YUV90.79158.03155.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.62%
GREEN value IS 61 (24.22% from 255) = 18.26%
BLUE value IS 144 (56.64% from 255) = 43.11%
R=38.62%
G=18.26%
B=43.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129611440.100.5800.44289.1640.4940.2
Hex813D90A3A02C1212828
Octal2017522012720544415050
Binary100000011111011001000010101110100101100100100001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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