#82478E

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

Shades of Vivid Violet #82478E

Tints of Vivid Violet #82478E

Color information

#82478E (or 0x82478E) is unknown color: approx Vivid Violet. HEX triplet: 82, 47 and 8E. RGB value is (130,71,142). Sum of RGB (Red+Green+Blue) = 130+71+142=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #82478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82478E is #7DB871. Grayscale: #606060. Windows color (decimal): -8239218 or 9324418. OLE color: 9324418.

HSL color Cylindrical-coordinate representation of color #82478E: hue angle of 289.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82478E is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13071142-
CMYK0.080.500.44
HSL289.86º33.33%41.76%-
HSV(B)289.86º50%55.69%-
XYZ16.3411.2126.89-
YUV96.74153.55151.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 71 (28.12% from 255) = 20.70%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=37.90%
G=20.70%
B=41.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130711420.080.500.44289.8633.3341.76
Hex82478E83202C122212a
Octal20210721610620544424152
Binary1000001010001111000111010001100100101100100100010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82478E; }

 p { color: rgb(130,71,142); }

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

<style>
 a { background-color: #82478E; }

 a { background-color: rgb(130,71,142); }

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

<style>
 span { border-color: #82478E; }

 span { border-color: rgb(130,71,142); }

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