#82409C

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

Shades of Vivid Violet #82409C

Tints of Vivid Violet #82409C

Color information

#82409C (or 0x82409C) is unknown color: approx Vivid Violet. HEX triplet: 82, 40 and 9C. RGB value is (130,64,156). Sum of RGB (Red+Green+Blue) = 130+64+156=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #82409C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82409C is #7DBF63. Grayscale: #5D5D5D. Windows color (decimal): -8240996 or 10240130. OLE color: 10240130.

HSL color Cylindrical-coordinate representation of color #82409C: hue angle of 283.04º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82409C is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13064156-
CMYK0.170.5900.39
HSL283.04º41.82%43.14%-
HSV(B)283.04º58.97%61.18%-
XYZ17.0410.8132.64-
YUV94.22162.87153.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 64 (25.39% from 255) = 18.29%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=37.14%
G=18.29%
B=44.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130641560.170.5900.39283.0441.8243.14
Hex82409C113B02711b2a2b
Octal20210023421730474335253
Binary10000010100000010011100100011110110100111100011011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,64,156); }

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

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

 a { background-color: rgb(130,64,156); }

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

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

 span { border-color: rgb(130,64,156); }

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