Shades of Blue Violet #9634DD
Tints of Blue Violet #9634DD
RGB
CMYK
RGB Variations
Color information
#9634DD (or 0x9634DD) is known color: Blue Violet. HEX triplet: 96, 34 and DD. RGB value is (150,52,221). Sum of RGB (Red+Green+Blue) = 150+52+221=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #9634DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9634DD is #69CB22. Grayscale: #636363. Windows color (decimal): -6933283 or 14496918. OLE color: 14496918.
HSL color Cylindrical-coordinate representation of color #9634DD: hue angle of 274.79º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9634DD is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 52 | 221 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.13 |
| HSL | 274.79º | 0.71% | 0.54% | - |
| HSV(B) | 274.79º | 0.76% | 0.87% | - |
| XYZ | 26.86 | 14.16 | 69.72 | - |
| YUV | 100.57 | 195.97 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 221 | 0.32 | 0.76 | 0 | 0.13 | 274.79 | 0.71 | 0.54 |
| Hex | 96 | 34 | DD | 20 | 4C | 0 | D | 113 | 47 | 36 |
| Octal | 226 | 64 | 335 | 40 | 114 | 0 | 15 | 423 | 107 | 66 |
| Binary | 10010110 | 110100 | 11011101 | 100000 | 1001100 | 0 | 1101 | 100010011 | 1000111 | 110110 |
Color Harmonies of #9634DD
Complementary color
Monochromatic Colors of #9634DD
Black with #9634DD
Text Example
Text Example
White with #9634DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9634DD; }
p { color: rgb(150,52,221); }
H1.HeaderClassName
{
color: #9634DD;
}
.AnyTagClassName
{
color: #9634DD;
}
</style>
background-color css
<style>
a { background-color: #9634DD; }
a { background-color: rgb(150,52,221); }
div.DivClassName
{
background-color: #9634DD;
}
.BgClassName
{
background-color: #9634DD;
}
</style>
border-color css
<style>
span { border-color: #9634DD; }
span { border-color: rgb(150,52,221); }
td.TdClassName
{
border-color: #9634DD;
}
.TagClassName
{
border-color: #9634DD;
}
</style>