#82489D

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

Shades of Vivid Violet #82489D

Tints of Vivid Violet #82489D

Color information

#82489D (or 0x82489D) is unknown color: approx Vivid Violet. HEX triplet: 82, 48 and 9D. RGB value is (130,72,157). Sum of RGB (Red+Green+Blue) = 130+72+157=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #82489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82489D is #7DB762. Grayscale: #626262. Windows color (decimal): -8238947 or 10307714. OLE color: 10307714.

HSL color Cylindrical-coordinate representation of color #82489D: hue angle of 280.94º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82489D is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13072157-
CMYK0.170.5400.38
HSL280.94º37.12%44.9%-
HSV(B)280.94º54.14%61.57%-
XYZ17.6111.8133.25-
YUV99.03160.72150.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=36.21%
G=20.06%
B=43.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130721570.170.5400.38280.9437.1244.9
Hex82489D1136026119252d
Octal20211023521660464314555
Binary10000010100100010011101100011101100100110100011001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82489D; }

 p { color: rgb(130,72,157); }

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

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

 a { background-color: rgb(130,72,157); }

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

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

 span { border-color: rgb(130,72,157); }

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