#813695

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

Shades of Vivid Violet #813695

Tints of Vivid Violet #813695

Color information

#813695 (or 0x813695) is unknown color: approx Vivid Violet. HEX triplet: 81, 36 and 95. RGB value is (129,54,149). Sum of RGB (Red+Green+Blue) = 129+54+149=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #813695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813695 is #7EC96A. Grayscale: #565656. Windows color (decimal): -8309099 or 9778817. OLE color: 9778817.

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

Color convert

RGB12954149-
CMYK0.130.6400.42
HSL287.37º46.8%39.8%-
HSV(B)287.37º63.76%58.43%-
XYZ15.89.4829.43-
YUV87.26162.85157.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 54 (21.48% from 255) = 16.27%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=38.86%
G=16.27%
B=44.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129541490.130.6400.42287.3746.839.8
Hex813695D4002A11f2f28
Octal20166225151000524375750
Binary1000000111011010010101110110000000101010100011111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813695; }

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

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

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

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

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

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

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

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