Shades of Blue Violet #9633DE
Tints of Blue Violet #9633DE
RGB
CMYK
RGB Variations
Color information
#9633DE (or 0x9633DE) is known color: Blue Violet. HEX triplet: 96, 33 and DE. RGB value is (150,51,222). Sum of RGB (Red+Green+Blue) = 150+51+222=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #9633DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9633DE is #69CC21. Grayscale: #636363. Windows color (decimal): -6933538 or 14562198. OLE color: 14562198.
HSL color Cylindrical-coordinate representation of color #9633DE: hue angle of 274.74º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9633DE is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 51 | 222 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.13 |
| HSL | 274.74º | 0.72% | 0.54% | - |
| HSV(B) | 274.74º | 0.77% | 0.87% | - |
| XYZ | 26.95 | 14.13 | 70.41 | - |
| YUV | 100.1 | 196.8 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 222 | 0.32 | 0.77 | 0 | 0.13 | 274.74 | 0.72 | 0.54 |
| Hex | 96 | 33 | DE | 20 | 4D | 0 | D | 113 | 48 | 36 |
| Octal | 226 | 63 | 336 | 40 | 115 | 0 | 15 | 423 | 110 | 66 |
| Binary | 10010110 | 110011 | 11011110 | 100000 | 1001101 | 0 | 1101 | 100010011 | 1001000 | 110110 |
Color Harmonies of #9633DE
Complementary color
Monochromatic Colors of #9633DE
Black with #9633DE
Text Example
Text Example
White with #9633DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9633DE; }
p { color: rgb(150,51,222); }
H1.HeaderClassName
{
color: #9633DE;
}
.AnyTagClassName
{
color: #9633DE;
}
</style>
background-color css
<style>
a { background-color: #9633DE; }
a { background-color: rgb(150,51,222); }
div.DivClassName
{
background-color: #9633DE;
}
.BgClassName
{
background-color: #9633DE;
}
</style>
border-color css
<style>
span { border-color: #9633DE; }
span { border-color: rgb(150,51,222); }
td.TdClassName
{
border-color: #9633DE;
}
.TagClassName
{
border-color: #9633DE;
}
</style>