Shades of Blue Violet #9036DF
Tints of Blue Violet #9036DF
RGB
CMYK
RGB Variations
Color information
#9036DF (or 0x9036DF) is known color: Blue Violet. HEX triplet: 90, 36 and DF. RGB value is (144,54,223). Sum of RGB (Red+Green+Blue) = 144+54+223=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #9036DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9036DF is #6FC920. Grayscale: #636363. Windows color (decimal): -7325985 or 14628496. OLE color: 14628496.
HSL color Cylindrical-coordinate representation of color #9036DF: hue angle of 271.95º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9036DF is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 54 | 223 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.13 |
| HSL | 271.95º | 0.73% | 0.54% | - |
| HSV(B) | 271.95º | 0.76% | 0.87% | - |
| XYZ | 26.14 | 13.9 | 71.12 | - |
| YUV | 100.18 | 197.32 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 223 | 0.35 | 0.76 | 0 | 0.13 | 271.95 | 0.73 | 0.54 |
| Hex | 90 | 36 | DF | 23 | 4C | 0 | D | 110 | 49 | 36 |
| Octal | 220 | 66 | 337 | 43 | 114 | 0 | 15 | 420 | 111 | 66 |
| Binary | 10010000 | 110110 | 11011111 | 100011 | 1001100 | 0 | 1101 | 100010000 | 1001001 | 110110 |
Color Harmonies of #9036DF
Complementary color
Monochromatic Colors of #9036DF
Black with #9036DF
Text Example
Text Example
White with #9036DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9036DF; }
p { color: rgb(144,54,223); }
H1.HeaderClassName
{
color: #9036DF;
}
.AnyTagClassName
{
color: #9036DF;
}
</style>
background-color css
<style>
a { background-color: #9036DF; }
a { background-color: rgb(144,54,223); }
div.DivClassName
{
background-color: #9036DF;
}
.BgClassName
{
background-color: #9036DF;
}
</style>
border-color css
<style>
span { border-color: #9036DF; }
span { border-color: rgb(144,54,223); }
td.TdClassName
{
border-color: #9036DF;
}
.TagClassName
{
border-color: #9036DF;
}
</style>