Shades of Blue Violet #9036DA
Tints of Blue Violet #9036DA
RGB
CMYK
RGB Variations
Color information
#9036DA (or 0x9036DA) is known color: Blue Violet. HEX triplet: 90, 36 and DA. RGB value is (144,54,218). Sum of RGB (Red+Green+Blue) = 144+54+218=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #9036DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9036DA is #6FC925. Grayscale: #636363. Windows color (decimal): -7325990 or 14300816. OLE color: 14300816.
HSL color Cylindrical-coordinate representation of color #9036DA: hue angle of 272.93º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9036DA is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 54 | 218 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.15 |
| HSL | 272.93º | 0.69% | 0.53% | - |
| HSV(B) | 272.93º | 0.75% | 0.85% | - |
| XYZ | 25.48 | 13.63 | 67.62 | - |
| YUV | 99.61 | 194.82 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 218 | 0.34 | 0.75 | 0 | 0.15 | 272.93 | 0.69 | 0.53 |
| Hex | 90 | 36 | DA | 22 | 4B | 0 | F | 111 | 45 | 35 |
| Octal | 220 | 66 | 332 | 42 | 113 | 0 | 17 | 421 | 105 | 65 |
| Binary | 10010000 | 110110 | 11011010 | 100010 | 1001011 | 0 | 1111 | 100010001 | 1000101 | 110101 |
Color Harmonies of #9036DA
Complementary color
Monochromatic Colors of #9036DA
Black with #9036DA
Text Example
Text Example
White with #9036DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9036DA; }
p { color: rgb(144,54,218); }
H1.HeaderClassName
{
color: #9036DA;
}
.AnyTagClassName
{
color: #9036DA;
}
</style>
background-color css
<style>
a { background-color: #9036DA; }
a { background-color: rgb(144,54,218); }
div.DivClassName
{
background-color: #9036DA;
}
.BgClassName
{
background-color: #9036DA;
}
</style>
border-color css
<style>
span { border-color: #9036DA; }
span { border-color: rgb(144,54,218); }
td.TdClassName
{
border-color: #9036DA;
}
.TagClassName
{
border-color: #9036DA;
}
</style>