#813C9A

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

Shades of Vivid Violet #813C9A

Tints of Vivid Violet #813C9A

Color information

#813C9A (or 0x813C9A) is unknown color: approx Vivid Violet. HEX triplet: 81, 3C and 9A. RGB value is (129,60,154). Sum of RGB (Red+Green+Blue) = 129+60+154=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #813C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813C9A is #7EC365. Grayscale: #5B5B5B. Windows color (decimal): -8307558 or 10108033. OLE color: 10108033.

HSL color Cylindrical-coordinate representation of color #813C9A: hue angle of 284.04º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #813C9A is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12960154-
CMYK0.160.6100.40
HSL284.04º43.93%41.96%-
HSV(B)284.04º61.04%60.39%-
XYZ16.510.2331.68-
YUV91.35163.36154.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.61%
GREEN value IS 60 (23.83% from 255) = 17.49%
BLUE value IS 154 (60.55% from 255) = 44.90%
R=37.61%
G=17.49%
B=44.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal129601540.160.6100.40284.0443.9341.96
Hex813C9A103D02811c2c2a
Octal2017423220750504345452
Binary1000000111110010011010100001111010101000100011100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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