Shades of Blue Violet #9038DF
Tints of Blue Violet #9038DF
RGB
CMYK
RGB Variations
Color information
#9038DF (or 0x9038DF) is known color: Blue Violet. HEX triplet: 90, 38 and DF. RGB value is (144,56,223). Sum of RGB (Red+Green+Blue) = 144+56+223=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #9038DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9038DF is #6FC720. Grayscale: #646464. Windows color (decimal): -7325473 or 14629008. OLE color: 14629008.
HSL color Cylindrical-coordinate representation of color #9038DF: hue angle of 271.62º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9038DF is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 56 | 223 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.13 |
| HSL | 271.62º | 0.72% | 0.55% | - |
| HSV(B) | 271.62º | 0.75% | 0.87% | - |
| XYZ | 26.24 | 14.09 | 71.15 | - |
| YUV | 101.35 | 196.65 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 223 | 0.35 | 0.75 | 0 | 0.13 | 271.62 | 0.72 | 0.55 |
| Hex | 90 | 38 | DF | 23 | 4B | 0 | D | 110 | 48 | 37 |
| Octal | 220 | 70 | 337 | 43 | 113 | 0 | 15 | 420 | 110 | 67 |
| Binary | 10010000 | 111000 | 11011111 | 100011 | 1001011 | 0 | 1101 | 100010000 | 1001000 | 110111 |
Color Harmonies of #9038DF
Complementary color
Monochromatic Colors of #9038DF
Black with #9038DF
Text Example
Text Example
White with #9038DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9038DF; }
p { color: rgb(144,56,223); }
H1.HeaderClassName
{
color: #9038DF;
}
.AnyTagClassName
{
color: #9038DF;
}
</style>
background-color css
<style>
a { background-color: #9038DF; }
a { background-color: rgb(144,56,223); }
div.DivClassName
{
background-color: #9038DF;
}
.BgClassName
{
background-color: #9038DF;
}
</style>
border-color css
<style>
span { border-color: #9038DF; }
span { border-color: rgb(144,56,223); }
td.TdClassName
{
border-color: #9038DF;
}
.TagClassName
{
border-color: #9038DF;
}
</style>