Shades of Blue Violet #9038FC
Tints of Blue Violet #9038FC
RGB
CMYK
RGB Variations
Color information
#9038FC (or 0x9038FC) is known color: Blue Violet. HEX triplet: 90, 38 and FC. RGB value is (144,56,252). Sum of RGB (Red+Green+Blue) = 144+56+252=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #9038FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9038FC is #6FC703. Grayscale: #676767. Windows color (decimal): -7325444 or 16529552. OLE color: 16529552.
HSL color Cylindrical-coordinate representation of color #9038FC: hue angle of 266.94º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9038FC is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 56 | 252 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.01 |
| HSL | 266.94º | 0.97% | 0.6% | - |
| HSV(B) | 266.94º | 0.78% | 0.99% | - |
| XYZ | 30.49 | 15.79 | 93.54 | - |
| YUV | 104.66 | 211.15 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 252 | 0.43 | 0.78 | 0 | 0.01 | 266.94 | 0.97 | 0.6 |
| Hex | 90 | 38 | FC | 2B | 4E | 0 | 1 | 10B | 61 | 3C |
| Octal | 220 | 70 | 374 | 53 | 116 | 0 | 1 | 413 | 141 | 74 |
| Binary | 10010000 | 111000 | 11111100 | 101011 | 1001110 | 0 | 1 | 100001011 | 1100001 | 111100 |
Color Harmonies of #9038FC
Complementary color
Monochromatic Colors of #9038FC
Black with #9038FC
Text Example
Text Example
White with #9038FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9038FC; }
p { color: rgb(144,56,252); }
H1.HeaderClassName
{
color: #9038FC;
}
.AnyTagClassName
{
color: #9038FC;
}
</style>
background-color css
<style>
a { background-color: #9038FC; }
a { background-color: rgb(144,56,252); }
div.DivClassName
{
background-color: #9038FC;
}
.BgClassName
{
background-color: #9038FC;
}
</style>
border-color css
<style>
span { border-color: #9038FC; }
span { border-color: rgb(144,56,252); }
td.TdClassName
{
border-color: #9038FC;
}
.TagClassName
{
border-color: #9038FC;
}
</style>