Shades of Vivid Violet #84258B
Tints of Vivid Violet #84258B
RGB
CMYK
RGB Variations
Color information
#84258B (or 0x84258B) is known color: Vivid Violet. HEX triplet: 84, 25 and 8B. RGB value is (132,37,139). Sum of RGB (Red+Green+Blue) = 132+37+139=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #84258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84258B is #7BDA74. Grayscale: #4C4C4C. Windows color (decimal): -8116853 or 9119108. OLE color: 9119108.
HSL color Cylindrical-coordinate representation of color #84258B: hue angle of 295.88º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84258B is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 37 | 139 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.45 |
| HSL | 295.88º | 0.58% | 0.35% | - |
| HSV(B) | 295.88º | 0.73% | 0.55% | - |
| XYZ | 14.84 | 8.09 | 25.21 | - |
| YUV | 77.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 139 | 0.05 | 0.73 | 0 | 0.45 | 295.88 | 0.58 | 0.35 |
| Hex | 84 | 25 | 8B | 5 | 49 | 0 | 2D | 128 | 3A | 23 |
| Octal | 204 | 45 | 213 | 5 | 111 | 0 | 55 | 450 | 72 | 43 |
| Binary | 10000100 | 100101 | 10001011 | 101 | 1001001 | 0 | 101101 | 100101000 | 111010 | 100011 |
Color Harmonies of #84258B
Complementary color
Monochromatic Colors of #84258B
Black with #84258B
Text Example
Text Example
White with #84258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84258B; }
p { color: rgb(132,37,139); }
H1.HeaderClassName
{
color: #84258B;
}
.AnyTagClassName
{
color: #84258B;
}
</style>
background-color css
<style>
a { background-color: #84258B; }
a { background-color: rgb(132,37,139); }
div.DivClassName
{
background-color: #84258B;
}
.BgClassName
{
background-color: #84258B;
}
</style>
border-color css
<style>
span { border-color: #84258B; }
span { border-color: rgb(132,37,139); }
td.TdClassName
{
border-color: #84258B;
}
.TagClassName
{
border-color: #84258B;
}
</style>