#813C8C

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

Shades of Vivid Violet #813C8C

Tints of Vivid Violet #813C8C

Color information

#813C8C (or 0x813C8C) is unknown color: approx Vivid Violet. HEX triplet: 81, 3C and 8C. RGB value is (129,60,140). Sum of RGB (Red+Green+Blue) = 129+60+140=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #813C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813C8C is #7EC373. Grayscale: #595959. Windows color (decimal): -8307572 or 9190529. OLE color: 9190529.

HSL color Cylindrical-coordinate representation of color #813C8C: hue angle of 291.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #813C8C is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12960140-
CMYK0.080.5700.45
HSL291.75º40%39.22%-
HSV(B)291.75º57.14%54.9%-
XYZ15.49.7925.89-
YUV89.75156.36156-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.21%
GREEN value IS 60 (23.83% from 255) = 18.24%
BLUE value IS 140 (55.08% from 255) = 42.55%
R=39.21%
G=18.24%
B=42.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129601400.080.5700.45291.754039.22
Hex813C8C83902D1242827
Octal2017421410710554445047
Binary100000011111001000110010001110010101101100100100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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