Shades of Vivid Violet #82308F
Tints of Vivid Violet #82308F
RGB
CMYK
RGB Variations
Color information
#82308F (or 0x82308F) is known color: Vivid Violet. HEX triplet: 82, 30 and 8F. RGB value is (130,48,143). Sum of RGB (Red+Green+Blue) = 130+48+143=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #82308F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82308F is #7DCF70. Grayscale: #535353. Windows color (decimal): -8245105 or 9384066. OLE color: 9384066.
HSL color Cylindrical-coordinate representation of color #82308F: hue angle of 291.79º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82308F is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 48 | 143 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.44 |
| HSL | 291.79º | 0.5% | 0.37% | - |
| HSV(B) | 291.79º | 0.66% | 0.56% | - |
| XYZ | 15.22 | 8.84 | 26.89 | - |
| YUV | 83.35 | 161.67 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 143 | 0.09 | 0.66 | 0 | 0.44 | 291.79 | 0.5 | 0.37 |
| Hex | 82 | 30 | 8F | 9 | 42 | 0 | 2C | 124 | 32 | 25 |
| Octal | 202 | 60 | 217 | 11 | 102 | 0 | 54 | 444 | 62 | 45 |
| Binary | 10000010 | 110000 | 10001111 | 1001 | 1000010 | 0 | 101100 | 100100100 | 110010 | 100101 |
Color Harmonies of #82308F
Complementary color
Monochromatic Colors of #82308F
Black with #82308F
Text Example
Text Example
White with #82308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82308F; }
p { color: rgb(130,48,143); }
H1.HeaderClassName
{
color: #82308F;
}
.AnyTagClassName
{
color: #82308F;
}
</style>
background-color css
<style>
a { background-color: #82308F; }
a { background-color: rgb(130,48,143); }
div.DivClassName
{
background-color: #82308F;
}
.BgClassName
{
background-color: #82308F;
}
</style>
border-color css
<style>
span { border-color: #82308F; }
span { border-color: rgb(130,48,143); }
td.TdClassName
{
border-color: #82308F;
}
.TagClassName
{
border-color: #82308F;
}
</style>