Shades of Vivid Violet #8425A2
Tints of Vivid Violet #8425A2
RGB
CMYK
RGB Variations
Color information
#8425A2 (or 0x8425A2) is known color: Vivid Violet. HEX triplet: 84, 25 and A2. RGB value is (132,37,162). Sum of RGB (Red+Green+Blue) = 132+37+162=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 162 (63.67% from 255 or 48.94% from 331); Max value from RGB is 162 - color contains mainly: blue. Hex color #8425A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8425A2 is #7BDA5D. Grayscale: #4F4F4F. Windows color (decimal): -8116830 or 10626436. OLE color: 10626436.
HSL color Cylindrical-coordinate representation of color #8425A2: hue angle of 285.6º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8425A2 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 37 | 162 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.36 |
| HSL | 285.6º | 0.63% | 0.39% | - |
| HSV(B) | 285.6º | 0.77% | 0.64% | - |
| XYZ | 16.7 | 8.84 | 35.01 | - |
| YUV | 79.66 | 174.47 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 162 | 0.19 | 0.77 | 0 | 0.36 | 285.6 | 0.63 | 0.39 |
| Hex | 84 | 25 | A2 | 13 | 4D | 0 | 24 | 11E | 3F | 27 |
| Octal | 204 | 45 | 242 | 23 | 115 | 0 | 44 | 436 | 77 | 47 |
| Binary | 10000100 | 100101 | 10100010 | 10011 | 1001101 | 0 | 100100 | 100011110 | 111111 | 100111 |
Color Harmonies of #8425A2
Complementary color
Monochromatic Colors of #8425A2
Black with #8425A2
Text Example
Text Example
White with #8425A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8425A2; }
p { color: rgb(132,37,162); }
H1.HeaderClassName
{
color: #8425A2;
}
.AnyTagClassName
{
color: #8425A2;
}
</style>
background-color css
<style>
a { background-color: #8425A2; }
a { background-color: rgb(132,37,162); }
div.DivClassName
{
background-color: #8425A2;
}
.BgClassName
{
background-color: #8425A2;
}
</style>
border-color css
<style>
span { border-color: #8425A2; }
span { border-color: rgb(132,37,162); }
td.TdClassName
{
border-color: #8425A2;
}
.TagClassName
{
border-color: #8425A2;
}
</style>