#82499B

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

Shades of Vivid Violet #82499B

Tints of Vivid Violet #82499B

Color information

#82499B (or 0x82499B) is unknown color: approx Vivid Violet. HEX triplet: 82, 49 and 9B. RGB value is (130,73,155). Sum of RGB (Red+Green+Blue) = 130+73+155=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #82499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82499B is #7DB664. Grayscale: #636363. Windows color (decimal): -8238693 or 10176898. OLE color: 10176898.

HSL color Cylindrical-coordinate representation of color #82499B: hue angle of 281.71º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82499B is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13073155-
CMYK0.160.5300.39
HSL281.71º35.96%44.71%-
HSV(B)281.71º52.9%60.78%-
XYZ17.511.8832.38-
YUV99.39159.38149.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.31%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=36.31%
G=20.39%
B=43.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130731550.160.5300.39281.7135.9644.71
Hex82499B103502711a242d
Octal20211123320650474324455
Binary10000010100100110011011100001101010100111100011010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82499B; }

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

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

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

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

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

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

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

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