#813F93

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

Shades of Vivid Violet #813F93

Tints of Vivid Violet #813F93

Color information

#813F93 (or 0x813F93) is unknown color: approx Vivid Violet. HEX triplet: 81, 3F and 93. RGB value is (129,63,147). Sum of RGB (Red+Green+Blue) = 129+63+147=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #813F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813F93 is #7EC06C. Grayscale: #5C5C5C. Windows color (decimal): -8306797 or 9650049. OLE color: 9650049.

HSL color Cylindrical-coordinate representation of color #813F93: hue angle of 287.14º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #813F93 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12963147-
CMYK0.120.5700.42
HSL287.14º40%41.18%-
HSV(B)287.14º57.14%57.65%-
XYZ16.110.3328.75-
YUV92.31158.87154.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 63 (25% from 255) = 18.58%
BLUE value IS 147 (57.81% from 255) = 43.36%
R=38.05%
G=18.58%
B=43.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129631470.120.5700.42287.144041.18
Hex813F93C3902A11f2829
Octal2017722314710524375051
Binary100000011111111001001111001110010101010100011111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,63,147); }

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

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

 a { background-color: rgb(129,63,147); }

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

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

 span { border-color: rgb(129,63,147); }

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