#82408D

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

Shades of Vivid Violet #82408D

Tints of Vivid Violet #82408D

Color information

#82408D (or 0x82408D) is unknown color: approx Vivid Violet. HEX triplet: 82, 40 and 8D. RGB value is (130,64,141). Sum of RGB (Red+Green+Blue) = 130+64+141=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #82408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82408D is #7DBF72. Grayscale: #5C5C5C. Windows color (decimal): -8241011 or 9257090. OLE color: 9257090.

HSL color Cylindrical-coordinate representation of color #82408D: hue angle of 291.43º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82408D is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13064141-
CMYK0.080.5500.45
HSL291.43º37.56%40.2%-
HSV(B)291.43º54.61%55.29%-
XYZ15.8510.3426.36-
YUV92.51155.37154.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=38.81%
G=19.10%
B=42.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130641410.080.5500.45291.4337.5640.2
Hex82408D83702D1232628
Octal20210021510670554434650
Binary1000001010000001000110110001101110101101100100011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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