#813681

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

Shades of Vivid Violet #813681

Tints of Vivid Violet #813681

Color information

#813681 (or 0x813681) is unknown color: approx Vivid Violet. HEX triplet: 81, 36 and 81. RGB value is (129,54,129). Sum of RGB (Red+Green+Blue) = 129+54+129=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #813681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813681 is #7EC97E. Grayscale: #545454. Windows color (decimal): -8309119 or 8468097. OLE color: 8468097.

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

Color convert

RGB12954129-
CMYK00.5800.49
HSL300º40.98%35.88%-
HSV(B)300º58.14%50.59%-
XYZ14.338.8921.73-
YUV84.98152.85159.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.35%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 129 (50.78% from 255) = 41.35%
R=41.35%
G=17.31%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295412900.5800.4930040.9835.88
Hex81368103A03112c2924
Octal201662010720614545144
Binary100000011101101000000101110100110001100101100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813681; }

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

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

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

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

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

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

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

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