Shades of Blue Violet #9038EF
Tints of Blue Violet #9038EF
RGB
CMYK
RGB Variations
Color information
#9038EF (or 0x9038EF) is known color: Blue Violet. HEX triplet: 90, 38 and EF. RGB value is (144,56,239). Sum of RGB (Red+Green+Blue) = 144+56+239=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #9038EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9038EF is #6FC710. Grayscale: #666666. Windows color (decimal): -7325457 or 15677584. OLE color: 15677584.
HSL color Cylindrical-coordinate representation of color #9038EF: hue angle of 268.85º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9038EF is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 56 | 239 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.06 |
| HSL | 268.85º | 0.85% | 0.58% | - |
| HSV(B) | 268.85º | 0.77% | 0.94% | - |
| XYZ | 28.5 | 14.99 | 83.05 | - |
| YUV | 103.17 | 204.65 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 239 | 0.40 | 0.77 | 0 | 0.06 | 268.85 | 0.85 | 0.58 |
| Hex | 90 | 38 | EF | 28 | 4D | 0 | 6 | 10D | 55 | 3A |
| Octal | 220 | 70 | 357 | 50 | 115 | 0 | 6 | 415 | 125 | 72 |
| Binary | 10010000 | 111000 | 11101111 | 101000 | 1001101 | 0 | 110 | 100001101 | 1010101 | 111010 |
Color Harmonies of #9038EF
Complementary color
Monochromatic Colors of #9038EF
Black with #9038EF
Text Example
Text Example
White with #9038EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9038EF; }
p { color: rgb(144,56,239); }
H1.HeaderClassName
{
color: #9038EF;
}
.AnyTagClassName
{
color: #9038EF;
}
</style>
background-color css
<style>
a { background-color: #9038EF; }
a { background-color: rgb(144,56,239); }
div.DivClassName
{
background-color: #9038EF;
}
.BgClassName
{
background-color: #9038EF;
}
</style>
border-color css
<style>
span { border-color: #9038EF; }
span { border-color: rgb(144,56,239); }
td.TdClassName
{
border-color: #9038EF;
}
.TagClassName
{
border-color: #9038EF;
}
</style>