Shades of Blue Violet #9633EC
Tints of Blue Violet #9633EC
RGB
CMYK
RGB Variations
Color information
#9633EC (or 0x9633EC) is known color: Blue Violet. HEX triplet: 96, 33 and EC. RGB value is (150,51,236). Sum of RGB (Red+Green+Blue) = 150+51+236=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #9633EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9633EC is #69CC13. Grayscale: #656565. Windows color (decimal): -6933524 or 15479702. OLE color: 15479702.
HSL color Cylindrical-coordinate representation of color #9633EC: hue angle of 272.11º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9633EC is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 51 | 236 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.07 |
| HSL | 272.11º | 0.83% | 0.56% | - |
| HSV(B) | 272.11º | 0.78% | 0.93% | - |
| XYZ | 28.9 | 14.91 | 80.71 | - |
| YUV | 101.69 | 203.8 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 236 | 0.36 | 0.78 | 0 | 0.07 | 272.11 | 0.83 | 0.56 |
| Hex | 96 | 33 | EC | 24 | 4E | 0 | 7 | 110 | 53 | 38 |
| Octal | 226 | 63 | 354 | 44 | 116 | 0 | 7 | 420 | 123 | 70 |
| Binary | 10010110 | 110011 | 11101100 | 100100 | 1001110 | 0 | 111 | 100010000 | 1010011 | 111000 |
Color Harmonies of #9633EC
Complementary color
Monochromatic Colors of #9633EC
Black with #9633EC
Text Example
Text Example
White with #9633EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9633EC; }
p { color: rgb(150,51,236); }
H1.HeaderClassName
{
color: #9633EC;
}
.AnyTagClassName
{
color: #9633EC;
}
</style>
background-color css
<style>
a { background-color: #9633EC; }
a { background-color: rgb(150,51,236); }
div.DivClassName
{
background-color: #9633EC;
}
.BgClassName
{
background-color: #9633EC;
}
</style>
border-color css
<style>
span { border-color: #9633EC; }
span { border-color: rgb(150,51,236); }
td.TdClassName
{
border-color: #9633EC;
}
.TagClassName
{
border-color: #9633EC;
}
</style>