Shades of Blue Violet #9637DD
Tints of Blue Violet #9637DD
RGB
CMYK
RGB Variations
Color information
#9637DD (or 0x9637DD) is known color: Blue Violet. HEX triplet: 96, 37 and DD. RGB value is (150,55,221). Sum of RGB (Red+Green+Blue) = 150+55+221=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #9637DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9637DD is #69C822. Grayscale: #656565. Windows color (decimal): -6932515 or 14497686. OLE color: 14497686.
HSL color Cylindrical-coordinate representation of color #9637DD: hue angle of 274.34º 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 #9637DD is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 55 | 221 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.13 |
| HSL | 274.34º | 0.71% | 0.54% | - |
| HSV(B) | 274.34º | 0.75% | 0.87% | - |
| XYZ | 27 | 14.44 | 69.77 | - |
| YUV | 102.33 | 194.97 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 221 | 0.32 | 0.75 | 0 | 0.13 | 274.34 | 0.71 | 0.54 |
| Hex | 96 | 37 | DD | 20 | 4B | 0 | D | 112 | 47 | 36 |
| Octal | 226 | 67 | 335 | 40 | 113 | 0 | 15 | 422 | 107 | 66 |
| Binary | 10010110 | 110111 | 11011101 | 100000 | 1001011 | 0 | 1101 | 100010010 | 1000111 | 110110 |
Color Harmonies of #9637DD
Complementary color
Monochromatic Colors of #9637DD
Black with #9637DD
Text Example
Text Example
White with #9637DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9637DD; }
p { color: rgb(150,55,221); }
H1.HeaderClassName
{
color: #9637DD;
}
.AnyTagClassName
{
color: #9637DD;
}
</style>
background-color css
<style>
a { background-color: #9637DD; }
a { background-color: rgb(150,55,221); }
div.DivClassName
{
background-color: #9637DD;
}
.BgClassName
{
background-color: #9637DD;
}
</style>
border-color css
<style>
span { border-color: #9637DD; }
span { border-color: rgb(150,55,221); }
td.TdClassName
{
border-color: #9637DD;
}
.TagClassName
{
border-color: #9637DD;
}
</style>