Shades of Blue Violet #9036DC
Tints of Blue Violet #9036DC
RGB
CMYK
RGB Variations
Color information
#9036DC (or 0x9036DC) is known color: Blue Violet. HEX triplet: 90, 36 and DC. RGB value is (144,54,220). Sum of RGB (Red+Green+Blue) = 144+54+220=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #9036DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9036DC is #6FC923. Grayscale: #636363. Windows color (decimal): -7325988 or 14431888. OLE color: 14431888.
HSL color Cylindrical-coordinate representation of color #9036DC: hue angle of 272.53º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9036DC is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 54 | 220 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.14 |
| HSL | 272.53º | 0.7% | 0.54% | - |
| HSV(B) | 272.53º | 0.75% | 0.86% | - |
| XYZ | 25.74 | 13.73 | 69 | - |
| YUV | 99.83 | 195.82 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 220 | 0.35 | 0.75 | 0 | 0.14 | 272.53 | 0.7 | 0.54 |
| Hex | 90 | 36 | DC | 23 | 4B | 0 | E | 111 | 46 | 36 |
| Octal | 220 | 66 | 334 | 43 | 113 | 0 | 16 | 421 | 106 | 66 |
| Binary | 10010000 | 110110 | 11011100 | 100011 | 1001011 | 0 | 1110 | 100010001 | 1000110 | 110110 |
Color Harmonies of #9036DC
Complementary color
Monochromatic Colors of #9036DC
Black with #9036DC
Text Example
Text Example
White with #9036DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9036DC; }
p { color: rgb(144,54,220); }
H1.HeaderClassName
{
color: #9036DC;
}
.AnyTagClassName
{
color: #9036DC;
}
</style>
background-color css
<style>
a { background-color: #9036DC; }
a { background-color: rgb(144,54,220); }
div.DivClassName
{
background-color: #9036DC;
}
.BgClassName
{
background-color: #9036DC;
}
</style>
border-color css
<style>
span { border-color: #9036DC; }
span { border-color: rgb(144,54,220); }
td.TdClassName
{
border-color: #9036DC;
}
.TagClassName
{
border-color: #9036DC;
}
</style>