Shades of Vivid Violet #84248F
Tints of Vivid Violet #84248F
RGB
CMYK
RGB Variations
Color information
#84248F (or 0x84248F) is known color: Vivid Violet. HEX triplet: 84, 24 and 8F. RGB value is (132,36,143). Sum of RGB (Red+Green+Blue) = 132+36+143=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #84248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84248F is #7BDB70. Grayscale: #4C4C4C. Windows color (decimal): -8117105 or 9380996. OLE color: 9380996.
HSL color Cylindrical-coordinate representation of color #84248F: hue angle of 293.83º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84248F is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 36 | 143 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.44 |
| HSL | 293.83º | 0.6% | 0.35% | - |
| HSV(B) | 293.83º | 0.75% | 0.56% | - |
| XYZ | 15.1 | 8.15 | 26.76 | - |
| YUV | 76.9 | 165.3 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 143 | 0.08 | 0.75 | 0 | 0.44 | 293.83 | 0.6 | 0.35 |
| Hex | 84 | 24 | 8F | 8 | 4B | 0 | 2C | 126 | 3C | 23 |
| Octal | 204 | 44 | 217 | 10 | 113 | 0 | 54 | 446 | 74 | 43 |
| Binary | 10000100 | 100100 | 10001111 | 1000 | 1001011 | 0 | 101100 | 100100110 | 111100 | 100011 |
Color Harmonies of #84248F
Complementary color
Monochromatic Colors of #84248F
Black with #84248F
Text Example
Text Example
White with #84248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84248F; }
p { color: rgb(132,36,143); }
H1.HeaderClassName
{
color: #84248F;
}
.AnyTagClassName
{
color: #84248F;
}
</style>
background-color css
<style>
a { background-color: #84248F; }
a { background-color: rgb(132,36,143); }
div.DivClassName
{
background-color: #84248F;
}
.BgClassName
{
background-color: #84248F;
}
</style>
border-color css
<style>
span { border-color: #84248F; }
span { border-color: rgb(132,36,143); }
td.TdClassName
{
border-color: #84248F;
}
.TagClassName
{
border-color: #84248F;
}
</style>