Shades of Blue Violet #9033EF
Tints of Blue Violet #9033EF
RGB
CMYK
RGB Variations
Color information
#9033EF (or 0x9033EF) is known color: Blue Violet. HEX triplet: 90, 33 and EF. RGB value is (144,51,239). Sum of RGB (Red+Green+Blue) = 144+51+239=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #9033EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9033EF is #6FCC10. Grayscale: #636363. Windows color (decimal): -7326737 or 15676304. OLE color: 15676304.
HSL color Cylindrical-coordinate representation of color #9033EF: hue angle of 269.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9033EF is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 51 | 239 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.06 |
| HSL | 269.68º | 0.85% | 0.57% | - |
| HSV(B) | 269.68º | 0.79% | 0.94% | - |
| XYZ | 28.27 | 14.53 | 82.98 | - |
| YUV | 100.24 | 206.31 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 239 | 0.40 | 0.79 | 0 | 0.06 | 269.68 | 0.85 | 0.57 |
| Hex | 90 | 33 | EF | 28 | 4F | 0 | 6 | 10E | 55 | 39 |
| Octal | 220 | 63 | 357 | 50 | 117 | 0 | 6 | 416 | 125 | 71 |
| Binary | 10010000 | 110011 | 11101111 | 101000 | 1001111 | 0 | 110 | 100001110 | 1010101 | 111001 |
Color Harmonies of #9033EF
Complementary color
Monochromatic Colors of #9033EF
Black with #9033EF
Text Example
Text Example
White with #9033EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9033EF; }
p { color: rgb(144,51,239); }
H1.HeaderClassName
{
color: #9033EF;
}
.AnyTagClassName
{
color: #9033EF;
}
</style>
background-color css
<style>
a { background-color: #9033EF; }
a { background-color: rgb(144,51,239); }
div.DivClassName
{
background-color: #9033EF;
}
.BgClassName
{
background-color: #9033EF;
}
</style>
border-color css
<style>
span { border-color: #9033EF; }
span { border-color: rgb(144,51,239); }
td.TdClassName
{
border-color: #9033EF;
}
.TagClassName
{
border-color: #9033EF;
}
</style>