#82318C

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

Shades of Vivid Violet #82318C

Tints of Vivid Violet #82318C

Color information

#82318C (or 0x82318C) is unknown color: approx Vivid Violet. HEX triplet: 82, 31 and 8C. RGB value is (130,49,140). Sum of RGB (Red+Green+Blue) = 130+49+140=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #82318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82318C is #7DCE73. Grayscale: #535353. Windows color (decimal): -8244852 or 9187714. OLE color: 9187714.

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

Color convert

RGB13049140-
CMYK0.070.6500.45
HSL293.41º48.15%37.06%-
HSV(B)293.41º65%54.9%-
XYZ15.048.8425.72-
YUV83.59159.84161.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 49 (19.53% from 255) = 15.36%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=40.75%
G=15.36%
B=43.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130491400.070.6500.45293.4148.1537.06
Hex82318C74102D1253025
Octal2026121471010554456045
Binary100000101100011000110011110000010101101100100101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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