Shades of Blue Violet #9737DD
Tints of Blue Violet #9737DD
RGB
CMYK
RGB Variations
Color information
#9737DD (or 0x9737DD) is known color: Blue Violet. HEX triplet: 97, 37 and DD. RGB value is (151,55,221). Sum of RGB (Red+Green+Blue) = 151+55+221=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 55 (21.88% from 255 or 12.88% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #9737DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9737DD is #68C822. Grayscale: #666666. Windows color (decimal): -6866979 or 14497687. OLE color: 14497687.
HSL color Cylindrical-coordinate representation of color #9737DD: hue angle of 274.7º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9737DD is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 55 | 221 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.13 |
| HSL | 274.7º | 0.71% | 0.54% | - |
| HSV(B) | 274.7º | 0.75% | 0.87% | - |
| XYZ | 27.18 | 14.53 | 69.78 | - |
| YUV | 102.63 | 194.8 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 55 | 221 | 0.32 | 0.75 | 0 | 0.13 | 274.7 | 0.71 | 0.54 |
| Hex | 97 | 37 | DD | 20 | 4B | 0 | D | 113 | 47 | 36 |
| Octal | 227 | 67 | 335 | 40 | 113 | 0 | 15 | 423 | 107 | 66 |
| Binary | 10010111 | 110111 | 11011101 | 100000 | 1001011 | 0 | 1101 | 100010011 | 1000111 | 110110 |
Color Harmonies of #9737DD
Complementary color
Monochromatic Colors of #9737DD
Black with #9737DD
Text Example
Text Example
White with #9737DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9737DD; }
p { color: rgb(151,55,221); }
H1.HeaderClassName
{
color: #9737DD;
}
.AnyTagClassName
{
color: #9737DD;
}
</style>
background-color css
<style>
a { background-color: #9737DD; }
a { background-color: rgb(151,55,221); }
div.DivClassName
{
background-color: #9737DD;
}
.BgClassName
{
background-color: #9737DD;
}
</style>
border-color css
<style>
span { border-color: #9737DD; }
span { border-color: rgb(151,55,221); }
td.TdClassName
{
border-color: #9737DD;
}
.TagClassName
{
border-color: #9737DD;
}
</style>