#813F95

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

Shades of Vivid Violet #813F95

Tints of Vivid Violet #813F95

Color information

#813F95 (or 0x813F95) is unknown color: approx Vivid Violet. HEX triplet: 81, 3F and 95. RGB value is (129,63,149). Sum of RGB (Red+Green+Blue) = 129+63+149=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #813F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813F95 is #7EC06A. Grayscale: #5C5C5C. Windows color (decimal): -8306795 or 9781121. OLE color: 9781121.

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

Color convert

RGB12963149-
CMYK0.130.5800.42
HSL286.05º40.57%41.57%-
HSV(B)286.05º57.72%58.43%-
XYZ16.2610.3929.58-
YUV92.54159.87154.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.83%
GREEN value IS 63 (25% from 255) = 18.48%
BLUE value IS 149 (58.59% from 255) = 43.70%
R=37.83%
G=18.48%
B=43.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129631490.130.5800.42286.0540.5741.57
Hex813F95D3A02A11e292a
Octal2017722515720524365152
Binary100000011111111001010111011110100101010100011110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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