#82498A

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

Shades of Vivid Violet #82498A

Tints of Vivid Violet #82498A

Color information

#82498A (or 0x82498A) is unknown color: approx Vivid Violet. HEX triplet: 82, 49 and 8A. RGB value is (130,73,138). Sum of RGB (Red+Green+Blue) = 130+73+138=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #82498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82498A is #7DB675. Grayscale: #616161. Windows color (decimal): -8238710 or 9062786. OLE color: 9062786.

HSL color Cylindrical-coordinate representation of color #82498A: hue angle of 292.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82498A is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13073138-
CMYK0.060.4700.46
HSL292.62º30.81%41.37%-
HSV(B)292.62º47.1%54.12%-
XYZ16.1811.3525.38-
YUV97.45150.88151.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=38.12%
G=21.41%
B=40.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130731380.060.4700.46292.6230.8141.37
Hex82498A62F02E1251f29
Octal2021112126570564453751
Binary10000010100100110001010110101111010111010010010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82498A; }

 p { color: rgb(130,73,138); }

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

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

 a { background-color: rgb(130,73,138); }

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

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

 span { border-color: rgb(130,73,138); }

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