Shades of Blue Violet #9038EE
Tints of Blue Violet #9038EE
RGB
CMYK
RGB Variations
Color information
#9038EE (or 0x9038EE) is known color: Blue Violet. HEX triplet: 90, 38 and EE. RGB value is (144,56,238). Sum of RGB (Red+Green+Blue) = 144+56+238=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #9038EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9038EE is #6FC711. Grayscale: #666666. Windows color (decimal): -7325458 or 15612048. OLE color: 15612048.
HSL color Cylindrical-coordinate representation of color #9038EE: hue angle of 269.01º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9038EE is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 56 | 238 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.07 |
| HSL | 269.01º | 0.84% | 0.58% | - |
| HSV(B) | 269.01º | 0.76% | 0.93% | - |
| XYZ | 28.35 | 14.93 | 82.28 | - |
| YUV | 103.06 | 204.15 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 238 | 0.39 | 0.76 | 0 | 0.07 | 269.01 | 0.84 | 0.58 |
| Hex | 90 | 38 | EE | 27 | 4C | 0 | 7 | 10D | 54 | 3A |
| Octal | 220 | 70 | 356 | 47 | 114 | 0 | 7 | 415 | 124 | 72 |
| Binary | 10010000 | 111000 | 11101110 | 100111 | 1001100 | 0 | 111 | 100001101 | 1010100 | 111010 |
Color Harmonies of #9038EE
Complementary color
Monochromatic Colors of #9038EE
Black with #9038EE
Text Example
Text Example
White with #9038EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9038EE; }
p { color: rgb(144,56,238); }
H1.HeaderClassName
{
color: #9038EE;
}
.AnyTagClassName
{
color: #9038EE;
}
</style>
background-color css
<style>
a { background-color: #9038EE; }
a { background-color: rgb(144,56,238); }
div.DivClassName
{
background-color: #9038EE;
}
.BgClassName
{
background-color: #9038EE;
}
</style>
border-color css
<style>
span { border-color: #9038EE; }
span { border-color: rgb(144,56,238); }
td.TdClassName
{
border-color: #9038EE;
}
.TagClassName
{
border-color: #9038EE;
}
</style>