#82418C

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

Shades of Vivid Violet #82418C

Tints of Vivid Violet #82418C

Color information

#82418C (or 0x82418C) is unknown color: approx Vivid Violet. HEX triplet: 82, 41 and 8C. RGB value is (130,65,140). Sum of RGB (Red+Green+Blue) = 130+65+140=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #82418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82418C is #7DBE73. Grayscale: #5C5C5C. Windows color (decimal): -8240756 or 9191810. OLE color: 9191810.

HSL color Cylindrical-coordinate representation of color #82418C: hue angle of 292º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82418C is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13065140-
CMYK0.070.5400.45
HSL292º36.59%40.2%-
HSV(B)292º53.57%54.9%-
XYZ15.8310.4225.99-
YUV92.99154.53154.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 140 (55.08% from 255) = 41.79%
R=38.81%
G=19.40%
B=41.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130651400.070.5400.4529236.5940.2
Hex82418C73602D1242528
Octal2021012147660554444550
Binary100000101000001100011001111101100101101100100100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82418C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,65,140); }

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

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

 a { background-color: rgb(130,65,140); }

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

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

 span { border-color: rgb(130,65,140); }

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