Shades of Vivid Violet #84258A
Tints of Vivid Violet #84258A
RGB
CMYK
RGB Variations
Color information
#84258A (or 0x84258A) is known color: Vivid Violet. HEX triplet: 84, 25 and 8A. RGB value is (132,37,138). Sum of RGB (Red+Green+Blue) = 132+37+138=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #84258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84258A is #7BDA75. Grayscale: #4C4C4C. Windows color (decimal): -8116854 or 9053572. OLE color: 9053572.
HSL color Cylindrical-coordinate representation of color #84258A: hue angle of 296.44º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84258A is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 37 | 138 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.46 |
| HSL | 296.44º | 0.58% | 0.34% | - |
| HSV(B) | 296.44º | 0.73% | 0.54% | - |
| XYZ | 14.76 | 8.06 | 24.82 | - |
| YUV | 76.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 138 | 0.04 | 0.73 | 0 | 0.46 | 296.44 | 0.58 | 0.34 |
| Hex | 84 | 25 | 8A | 4 | 49 | 0 | 2E | 128 | 3A | 22 |
| Octal | 204 | 45 | 212 | 4 | 111 | 0 | 56 | 450 | 72 | 42 |
| Binary | 10000100 | 100101 | 10001010 | 100 | 1001001 | 0 | 101110 | 100101000 | 111010 | 100010 |
Color Harmonies of #84258A
Complementary color
Monochromatic Colors of #84258A
Black with #84258A
Text Example
Text Example
White with #84258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84258A; }
p { color: rgb(132,37,138); }
H1.HeaderClassName
{
color: #84258A;
}
.AnyTagClassName
{
color: #84258A;
}
</style>
background-color css
<style>
a { background-color: #84258A; }
a { background-color: rgb(132,37,138); }
div.DivClassName
{
background-color: #84258A;
}
.BgClassName
{
background-color: #84258A;
}
</style>
border-color css
<style>
span { border-color: #84258A; }
span { border-color: rgb(132,37,138); }
td.TdClassName
{
border-color: #84258A;
}
.TagClassName
{
border-color: #84258A;
}
</style>