Shades of Vivid Violet #82367F
Tints of Vivid Violet #82367F
RGB
CMYK
RGB Variations
Color information
#82367F (or 0x82367F) is known color: Vivid Violet. HEX triplet: 82, 36 and 7F. RGB value is (130,54,127). Sum of RGB (Red+Green+Blue) = 130+54+127=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #82367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82367F is #7DC980. Grayscale: #545454. Windows color (decimal): -8243585 or 8337026. OLE color: 8337026.
HSL color Cylindrical-coordinate representation of color #82367F: hue angle of 302.37º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82367F is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 54 | 127 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.49 |
| HSL | 302.37º | 0.41% | 0.36% | - |
| HSV(B) | 302.37º | 0.58% | 0.51% | - |
| XYZ | 14.36 | 8.92 | 21.04 | - |
| YUV | 85.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 54 | 127 | 0 | 0.58 | 0.02 | 0.49 | 302.37 | 0.41 | 0.36 |
| Hex | 82 | 36 | 7F | 0 | 3A | 2 | 31 | 12E | 29 | 24 |
| Octal | 202 | 66 | 177 | 0 | 72 | 2 | 61 | 456 | 51 | 44 |
| Binary | 10000010 | 110110 | 1111111 | 0 | 111010 | 10 | 110001 | 100101110 | 101001 | 100100 |
Color Harmonies of #82367F
Complementary color
Monochromatic Colors of #82367F
Black with #82367F
Text Example
Text Example
White with #82367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82367F; }
p { color: rgb(130,54,127); }
H1.HeaderClassName
{
color: #82367F;
}
.AnyTagClassName
{
color: #82367F;
}
</style>
background-color css
<style>
a { background-color: #82367F; }
a { background-color: rgb(130,54,127); }
div.DivClassName
{
background-color: #82367F;
}
.BgClassName
{
background-color: #82367F;
}
</style>
border-color css
<style>
span { border-color: #82367F; }
span { border-color: rgb(130,54,127); }
td.TdClassName
{
border-color: #82367F;
}
.TagClassName
{
border-color: #82367F;
}
</style>