#82498C

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

Shades of Vivid Violet #82498C

Tints of Vivid Violet #82498C

Color information

#82498C (or 0x82498C) is unknown color: approx Vivid Violet. HEX triplet: 82, 49 and 8C. RGB value is (130,73,140). Sum of RGB (Red+Green+Blue) = 130+73+140=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #82498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82498C is #7DB673. Grayscale: #616161. Windows color (decimal): -8238708 or 9193858. OLE color: 9193858.

HSL color Cylindrical-coordinate representation of color #82498C: hue angle of 291.04º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82498C is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13073140-
CMYK0.070.4800.45
HSL291.04º31.46%41.76%-
HSV(B)291.04º47.86%54.9%-
XYZ16.3211.426.15-
YUV97.68151.88151.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 140 (55.08% from 255) = 40.82%
R=37.90%
G=21.28%
B=40.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130731400.070.4800.45291.0431.4641.76
Hex82498C73002D1231f2a
Octal2021112147600554433752
Binary10000010100100110001100111110000010110110010001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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