#813482

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

Shades of Vivid Violet #813482

Tints of Vivid Violet #813482

Color information

#813482 (or 0x813482) is unknown color: approx Vivid Violet. HEX triplet: 81, 34 and 82. RGB value is (129,52,130). Sum of RGB (Red+Green+Blue) = 129+52+130=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #813482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813482 is #7ECB7D. Grayscale: #535353. Windows color (decimal): -8309630 or 8533121. OLE color: 8533121.

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

Color convert

RGB12952130-
CMYK0.010.6000.49
HSL299.23º42.86%35.69%-
HSV(B)299.23º60%50.98%-
XYZ14.318.7322.05-
YUV83.92154.01160.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.48%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 130 (51.17% from 255) = 41.80%
R=41.48%
G=16.72%
B=41.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129521300.010.6000.49299.2342.8635.69
Hex81348213C03112b2b24
Octal201642021740614535344
Binary100000011101001000001011111000110001100101011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813482; }

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

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

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

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

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

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

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

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