#813C9D

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

Shades of Vivid Violet #813C9D

Tints of Vivid Violet #813C9D

Color information

#813C9D (or 0x813C9D) is unknown color: approx Vivid Violet. HEX triplet: 81, 3C and 9D. RGB value is (129,60,157). Sum of RGB (Red+Green+Blue) = 129+60+157=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #813C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813C9D is #7EC362. Grayscale: #5B5B5B. Windows color (decimal): -8307555 or 10304641. OLE color: 10304641.

HSL color Cylindrical-coordinate representation of color #813C9D: hue angle of 282.68º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813C9D is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12960157-
CMYK0.180.6200.38
HSL282.68º44.7%42.55%-
HSV(B)282.68º61.78%61.57%-
XYZ16.7510.3333.01-
YUV91.69164.86154.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 60 (23.83% from 255) = 17.34%
BLUE value IS 157 (61.72% from 255) = 45.38%
R=37.28%
G=17.34%
B=45.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129601570.180.6200.38282.6844.742.55
Hex813C9D123E02611b2d2b
Octal2017423522760464335553
Binary1000000111110010011101100101111100100110100011011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,60,157); }

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

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

 a { background-color: rgb(129,60,157); }

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

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

 span { border-color: rgb(129,60,157); }

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