Shades of Blue Violet #9633EA
Tints of Blue Violet #9633EA
RGB
CMYK
RGB Variations
Color information
#9633EA (or 0x9633EA) is known color: Blue Violet. HEX triplet: 96, 33 and EA. RGB value is (150,51,234). Sum of RGB (Red+Green+Blue) = 150+51+234=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #9633EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9633EA is #69CC15. Grayscale: #646464. Windows color (decimal): -6933526 or 15348630. OLE color: 15348630.
HSL color Cylindrical-coordinate representation of color #9633EA: hue angle of 272.46º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9633EA is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 51 | 234 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.08 |
| HSL | 272.46º | 0.81% | 0.56% | - |
| HSV(B) | 272.46º | 0.78% | 0.92% | - |
| XYZ | 28.61 | 14.79 | 79.19 | - |
| YUV | 101.46 | 202.8 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 234 | 0.36 | 0.78 | 0 | 0.08 | 272.46 | 0.81 | 0.56 |
| Hex | 96 | 33 | EA | 24 | 4E | 0 | 8 | 110 | 51 | 38 |
| Octal | 226 | 63 | 352 | 44 | 116 | 0 | 10 | 420 | 121 | 70 |
| Binary | 10010110 | 110011 | 11101010 | 100100 | 1001110 | 0 | 1000 | 100010000 | 1010001 | 111000 |
Color Harmonies of #9633EA
Complementary color
Monochromatic Colors of #9633EA
Black with #9633EA
Text Example
Text Example
White with #9633EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9633EA; }
p { color: rgb(150,51,234); }
H1.HeaderClassName
{
color: #9633EA;
}
.AnyTagClassName
{
color: #9633EA;
}
</style>
background-color css
<style>
a { background-color: #9633EA; }
a { background-color: rgb(150,51,234); }
div.DivClassName
{
background-color: #9633EA;
}
.BgClassName
{
background-color: #9633EA;
}
</style>
border-color css
<style>
span { border-color: #9633EA; }
span { border-color: rgb(150,51,234); }
td.TdClassName
{
border-color: #9633EA;
}
.TagClassName
{
border-color: #9633EA;
}
</style>