Shades of Vivid Violet #84258E
Tints of Vivid Violet #84258E
RGB
CMYK
RGB Variations
Color information
#84258E (or 0x84258E) is known color: Vivid Violet. HEX triplet: 84, 25 and 8E. RGB value is (132,37,142). Sum of RGB (Red+Green+Blue) = 132+37+142=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #84258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84258E is #7BDA71. Grayscale: #4D4D4D. Windows color (decimal): -8116850 or 9315716. OLE color: 9315716.
HSL color Cylindrical-coordinate representation of color #84258E: hue angle of 294.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84258E is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 37 | 142 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.44 |
| HSL | 294.29º | 0.59% | 0.35% | - |
| HSV(B) | 294.29º | 0.74% | 0.56% | - |
| XYZ | 15.06 | 8.18 | 26.38 | - |
| YUV | 77.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 142 | 0.07 | 0.74 | 0 | 0.44 | 294.29 | 0.59 | 0.35 |
| Hex | 84 | 25 | 8E | 7 | 4A | 0 | 2C | 126 | 3B | 23 |
| Octal | 204 | 45 | 216 | 7 | 112 | 0 | 54 | 446 | 73 | 43 |
| Binary | 10000100 | 100101 | 10001110 | 111 | 1001010 | 0 | 101100 | 100100110 | 111011 | 100011 |
Color Harmonies of #84258E
Complementary color
Monochromatic Colors of #84258E
Black with #84258E
Text Example
Text Example
White with #84258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84258E; }
p { color: rgb(132,37,142); }
H1.HeaderClassName
{
color: #84258E;
}
.AnyTagClassName
{
color: #84258E;
}
</style>
background-color css
<style>
a { background-color: #84258E; }
a { background-color: rgb(132,37,142); }
div.DivClassName
{
background-color: #84258E;
}
.BgClassName
{
background-color: #84258E;
}
</style>
border-color css
<style>
span { border-color: #84258E; }
span { border-color: rgb(132,37,142); }
td.TdClassName
{
border-color: #84258E;
}
.TagClassName
{
border-color: #84258E;
}
</style>