Shades of Vivid Violet #9937A1
Tints of Vivid Violet #9937A1
RGB
CMYK
RGB Variations
Color information
#9937A1 (or 0x9937A1) is known color: Vivid Violet. HEX triplet: 99, 37 and A1. RGB value is (153,55,161). Sum of RGB (Red+Green+Blue) = 153+55+161=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 161 - color contains mainly: blue. Hex color #9937A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9937A1 is #66C85E. Grayscale: #606060. Windows color (decimal): -6735967 or 10565529. OLE color: 10565529.
HSL color Cylindrical-coordinate representation of color #9937A1: hue angle of 295.47º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9937A1 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 55 | 161 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.37 |
| HSL | 295.47º | 0.49% | 0.42% | - |
| HSV(B) | 295.47º | 0.66% | 0.63% | - |
| XYZ | 20.94 | 12.08 | 34.95 | - |
| YUV | 96.39 | 164.47 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 161 | 0.05 | 0.66 | 0 | 0.37 | 295.47 | 0.49 | 0.42 |
| Hex | 99 | 37 | A1 | 5 | 42 | 0 | 25 | 127 | 31 | 2A |
| Octal | 231 | 67 | 241 | 5 | 102 | 0 | 45 | 447 | 61 | 52 |
| Binary | 10011001 | 110111 | 10100001 | 101 | 1000010 | 0 | 100101 | 100100111 | 110001 | 101010 |
Color Harmonies of #9937A1
Complementary color
Monochromatic Colors of #9937A1
Black with #9937A1
Text Example
Text Example
White with #9937A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9937A1; }
p { color: rgb(153,55,161); }
H1.HeaderClassName
{
color: #9937A1;
}
.AnyTagClassName
{
color: #9937A1;
}
</style>
background-color css
<style>
a { background-color: #9937A1; }
a { background-color: rgb(153,55,161); }
div.DivClassName
{
background-color: #9937A1;
}
.BgClassName
{
background-color: #9937A1;
}
</style>
border-color css
<style>
span { border-color: #9937A1; }
span { border-color: rgb(153,55,161); }
td.TdClassName
{
border-color: #9937A1;
}
.TagClassName
{
border-color: #9937A1;
}
</style>