Shades of Blue Violet #9036DB
Tints of Blue Violet #9036DB
RGB
CMYK
RGB Variations
Color information
#9036DB (or 0x9036DB) is known color: Blue Violet. HEX triplet: 90, 36 and DB. RGB value is (144,54,219). Sum of RGB (Red+Green+Blue) = 144+54+219=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #9036DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9036DB is #6FC924. Grayscale: #636363. Windows color (decimal): -7325989 or 14366352. OLE color: 14366352.
HSL color Cylindrical-coordinate representation of color #9036DB: hue angle of 272.73º 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 #9036DB is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 54 | 219 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.14 |
| HSL | 272.73º | 0.7% | 0.54% | - |
| HSV(B) | 272.73º | 0.75% | 0.86% | - |
| XYZ | 25.61 | 13.68 | 68.31 | - |
| YUV | 99.72 | 195.32 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 219 | 0.34 | 0.75 | 0 | 0.14 | 272.73 | 0.7 | 0.54 |
| Hex | 90 | 36 | DB | 22 | 4B | 0 | E | 111 | 46 | 36 |
| Octal | 220 | 66 | 333 | 42 | 113 | 0 | 16 | 421 | 106 | 66 |
| Binary | 10010000 | 110110 | 11011011 | 100010 | 1001011 | 0 | 1110 | 100010001 | 1000110 | 110110 |
Color Harmonies of #9036DB
Complementary color
Monochromatic Colors of #9036DB
Black with #9036DB
Text Example
Text Example
White with #9036DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9036DB; }
p { color: rgb(144,54,219); }
H1.HeaderClassName
{
color: #9036DB;
}
.AnyTagClassName
{
color: #9036DB;
}
</style>
background-color css
<style>
a { background-color: #9036DB; }
a { background-color: rgb(144,54,219); }
div.DivClassName
{
background-color: #9036DB;
}
.BgClassName
{
background-color: #9036DB;
}
</style>
border-color css
<style>
span { border-color: #9036DB; }
span { border-color: rgb(144,54,219); }
td.TdClassName
{
border-color: #9036DB;
}
.TagClassName
{
border-color: #9036DB;
}
</style>