#813082

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

Shades of Vivid Violet #813082

Tints of Vivid Violet #813082

Color information

#813082 (or 0x813082) is unknown color: approx Vivid Violet. HEX triplet: 81, 30 and 82. RGB value is (129,48,130). Sum of RGB (Red+Green+Blue) = 129+48+130=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #813082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813082 is #7ECF7D. Grayscale: #515151. Windows color (decimal): -8310654 or 8532097. OLE color: 8532097.

HSL color Cylindrical-coordinate representation of color #813082: hue angle of 299.27º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #813082 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12948130-
CMYK0.010.6300.49
HSL299.27º46.07%34.9%-
HSV(B)299.27º63.08%50.98%-
XYZ14.148.3921.99-
YUV81.57155.34161.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.02%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=42.02%
G=15.64%
B=42.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129481300.010.6300.49299.2746.0734.9
Hex81308213F03112b2e23
Octal201602021770614535643
Binary100000011100001000001011111110110001100101011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813082; }

 p { color: rgb(129,48,130); }

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

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

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

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

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

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

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