Shades of Blue Violet #9039DF
Tints of Blue Violet #9039DF
RGB
CMYK
RGB Variations
Color information
#9039DF (or 0x9039DF) is known color: Blue Violet. HEX triplet: 90, 39 and DF. RGB value is (144,57,223). Sum of RGB (Red+Green+Blue) = 144+57+223=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #9039DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9039DF is #6FC620. Grayscale: #656565. Windows color (decimal): -7325217 or 14629264. OLE color: 14629264.
HSL color Cylindrical-coordinate representation of color #9039DF: hue angle of 271.45º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9039DF is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 57 | 223 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.13 |
| HSL | 271.45º | 0.72% | 0.55% | - |
| HSV(B) | 271.45º | 0.74% | 0.87% | - |
| XYZ | 26.28 | 14.18 | 71.16 | - |
| YUV | 101.94 | 196.32 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 57 | 223 | 0.35 | 0.74 | 0 | 0.13 | 271.45 | 0.72 | 0.55 |
| Hex | 90 | 39 | DF | 23 | 4A | 0 | D | 10F | 48 | 37 |
| Octal | 220 | 71 | 337 | 43 | 112 | 0 | 15 | 417 | 110 | 67 |
| Binary | 10010000 | 111001 | 11011111 | 100011 | 1001010 | 0 | 1101 | 100001111 | 1001000 | 110111 |
Color Harmonies of #9039DF
Complementary color
Monochromatic Colors of #9039DF
Black with #9039DF
Text Example
Text Example
White with #9039DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9039DF; }
p { color: rgb(144,57,223); }
H1.HeaderClassName
{
color: #9039DF;
}
.AnyTagClassName
{
color: #9039DF;
}
</style>
background-color css
<style>
a { background-color: #9039DF; }
a { background-color: rgb(144,57,223); }
div.DivClassName
{
background-color: #9039DF;
}
.BgClassName
{
background-color: #9039DF;
}
</style>
border-color css
<style>
span { border-color: #9039DF; }
span { border-color: rgb(144,57,223); }
td.TdClassName
{
border-color: #9039DF;
}
.TagClassName
{
border-color: #9039DF;
}
</style>