Shades of Vivid Violet #9925A5
Tints of Vivid Violet #9925A5
RGB
CMYK
RGB Variations
Color information
#9925A5 (or 0x9925A5) is known color: Vivid Violet. HEX triplet: 99, 25 and A5. RGB value is (153,37,165). Sum of RGB (Red+Green+Blue) = 153+37+165=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 165 (64.84% from 255 or 46.48% from 355); Max value from RGB is 165 - color contains mainly: blue. Hex color #9925A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9925A5 is #66DA5A. Grayscale: #555555. Windows color (decimal): -6740571 or 10823065. OLE color: 10823065.
HSL color Cylindrical-coordinate representation of color #9925A5: hue angle of 294.38º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9925A5 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 37 | 165 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.35 |
| HSL | 294.38º | 0.63% | 0.4% | - |
| HSV(B) | 294.38º | 0.78% | 0.65% | - |
| XYZ | 20.59 | 10.81 | 36.6 | - |
| YUV | 86.28 | 172.43 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 165 | 0.07 | 0.78 | 0 | 0.35 | 294.38 | 0.63 | 0.4 |
| Hex | 99 | 25 | A5 | 7 | 4E | 0 | 23 | 126 | 3F | 28 |
| Octal | 231 | 45 | 245 | 7 | 116 | 0 | 43 | 446 | 77 | 50 |
| Binary | 10011001 | 100101 | 10100101 | 111 | 1001110 | 0 | 100011 | 100100110 | 111111 | 101000 |
Color Harmonies of #9925A5
Complementary color
Monochromatic Colors of #9925A5
Black with #9925A5
Text Example
Text Example
White with #9925A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9925A5; }
p { color: rgb(153,37,165); }
H1.HeaderClassName
{
color: #9925A5;
}
.AnyTagClassName
{
color: #9925A5;
}
</style>
background-color css
<style>
a { background-color: #9925A5; }
a { background-color: rgb(153,37,165); }
div.DivClassName
{
background-color: #9925A5;
}
.BgClassName
{
background-color: #9925A5;
}
</style>
border-color css
<style>
span { border-color: #9925A5; }
span { border-color: rgb(153,37,165); }
td.TdClassName
{
border-color: #9925A5;
}
.TagClassName
{
border-color: #9925A5;
}
</style>