Shades of Vivid Violet #82308C
Tints of Vivid Violet #82308C
RGB
CMYK
RGB Variations
Color information
#82308C (or 0x82308C) is known color: Vivid Violet. HEX triplet: 82, 30 and 8C. RGB value is (130,48,140). Sum of RGB (Red+Green+Blue) = 130+48+140=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #82308C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82308C is #7DCF73. Grayscale: #525252. Windows color (decimal): -8245108 or 9187458. OLE color: 9187458.
HSL color Cylindrical-coordinate representation of color #82308C: hue angle of 293.48º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82308C is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 48 | 140 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.45 |
| HSL | 293.48º | 0.49% | 0.37% | - |
| HSV(B) | 293.48º | 0.66% | 0.55% | - |
| XYZ | 15 | 8.75 | 25.71 | - |
| YUV | 83.01 | 160.17 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 140 | 0.07 | 0.66 | 0 | 0.45 | 293.48 | 0.49 | 0.37 |
| Hex | 82 | 30 | 8C | 7 | 42 | 0 | 2D | 125 | 31 | 25 |
| Octal | 202 | 60 | 214 | 7 | 102 | 0 | 55 | 445 | 61 | 45 |
| Binary | 10000010 | 110000 | 10001100 | 111 | 1000010 | 0 | 101101 | 100100101 | 110001 | 100101 |
Color Harmonies of #82308C
Complementary color
Monochromatic Colors of #82308C
Black with #82308C
Text Example
Text Example
White with #82308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82308C; }
p { color: rgb(130,48,140); }
H1.HeaderClassName
{
color: #82308C;
}
.AnyTagClassName
{
color: #82308C;
}
</style>
background-color css
<style>
a { background-color: #82308C; }
a { background-color: rgb(130,48,140); }
div.DivClassName
{
background-color: #82308C;
}
.BgClassName
{
background-color: #82308C;
}
</style>
border-color css
<style>
span { border-color: #82308C; }
span { border-color: rgb(130,48,140); }
td.TdClassName
{
border-color: #82308C;
}
.TagClassName
{
border-color: #82308C;
}
</style>