#813C8B

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

Shades of Vivid Violet #813C8B

Tints of Vivid Violet #813C8B

Color information

#813C8B (or 0x813C8B) is unknown color: approx Vivid Violet. HEX triplet: 81, 3C and 8B. RGB value is (129,60,139). Sum of RGB (Red+Green+Blue) = 129+60+139=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #813C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813C8B is #7EC374. Grayscale: #595959. Windows color (decimal): -8307573 or 9124993. OLE color: 9124993.

HSL color Cylindrical-coordinate representation of color #813C8B: hue angle of 292.41º 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 #813C8B is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12960139-
CMYK0.070.5700.45
HSL292.41º39.7%39.02%-
HSV(B)292.41º56.83%54.51%-
XYZ15.339.7625.5-
YUV89.64155.86156.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 60 (23.83% from 255) = 18.29%
BLUE value IS 139 (54.69% from 255) = 42.38%
R=39.33%
G=18.29%
B=42.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129601390.070.5700.45292.4139.739.02
Hex813C8B73902D1242827
Octal201742137710554445047
Binary10000001111100100010111111110010101101100100100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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