Shades of Vivid Violet #9D25A2
Tints of Vivid Violet #9D25A2
RGB
CMYK
RGB Variations
Color information
#9D25A2 (or 0x9D25A2) is known color: Vivid Violet. HEX triplet: 9D, 25 and A2. RGB value is (157,37,162). Sum of RGB (Red+Green+Blue) = 157+37+162=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 162 - color contains mainly: blue. Hex color #9D25A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D25A2 is #62DA5D. Grayscale: #565656. Windows color (decimal): -6478430 or 10626461. OLE color: 10626461.
HSL color Cylindrical-coordinate representation of color #9D25A2: hue angle of 297.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 #9D25A2 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 37 | 162 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.36 |
| HSL | 297.6º | 0.63% | 0.39% | - |
| HSV(B) | 297.6º | 0.77% | 0.64% | - |
| XYZ | 21.09 | 11.1 | 35.21 | - |
| YUV | 87.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 162 | 0.03 | 0.77 | 0 | 0.36 | 297.6 | 0.63 | 0.39 |
| Hex | 9D | 25 | A2 | 3 | 4D | 0 | 24 | 12A | 3F | 27 |
| Octal | 235 | 45 | 242 | 3 | 115 | 0 | 44 | 452 | 77 | 47 |
| Binary | 10011101 | 100101 | 10100010 | 11 | 1001101 | 0 | 100100 | 100101010 | 111111 | 100111 |
Color Harmonies of #9D25A2
Complementary color
Monochromatic Colors of #9D25A2
Black with #9D25A2
Text Example
Text Example
White with #9D25A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D25A2; }
p { color: rgb(157,37,162); }
H1.HeaderClassName
{
color: #9D25A2;
}
.AnyTagClassName
{
color: #9D25A2;
}
</style>
background-color css
<style>
a { background-color: #9D25A2; }
a { background-color: rgb(157,37,162); }
div.DivClassName
{
background-color: #9D25A2;
}
.BgClassName
{
background-color: #9D25A2;
}
</style>
border-color css
<style>
span { border-color: #9D25A2; }
span { border-color: rgb(157,37,162); }
td.TdClassName
{
border-color: #9D25A2;
}
.TagClassName
{
border-color: #9D25A2;
}
</style>