Shades of Blue Violet #9035DC
Tints of Blue Violet #9035DC
RGB
CMYK
RGB Variations
Color information
#9035DC (or 0x9035DC) is known color: Blue Violet. HEX triplet: 90, 35 and DC. RGB value is (144,53,220). Sum of RGB (Red+Green+Blue) = 144+53+220=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #9035DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9035DC is #6FCA23. Grayscale: #626262. Windows color (decimal): -7326244 or 14431632. OLE color: 14431632.
HSL color Cylindrical-coordinate representation of color #9035DC: hue angle of 272.69º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9035DC is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 53 | 220 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.14 |
| HSL | 272.69º | 0.7% | 0.54% | - |
| HSV(B) | 272.69º | 0.76% | 0.86% | - |
| XYZ | 25.69 | 13.64 | 68.99 | - |
| YUV | 99.25 | 196.15 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 220 | 0.35 | 0.76 | 0 | 0.14 | 272.69 | 0.7 | 0.54 |
| Hex | 90 | 35 | DC | 23 | 4C | 0 | E | 111 | 46 | 36 |
| Octal | 220 | 65 | 334 | 43 | 114 | 0 | 16 | 421 | 106 | 66 |
| Binary | 10010000 | 110101 | 11011100 | 100011 | 1001100 | 0 | 1110 | 100010001 | 1000110 | 110110 |
Color Harmonies of #9035DC
Complementary color
Monochromatic Colors of #9035DC
Black with #9035DC
Text Example
Text Example
White with #9035DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9035DC; }
p { color: rgb(144,53,220); }
H1.HeaderClassName
{
color: #9035DC;
}
.AnyTagClassName
{
color: #9035DC;
}
</style>
background-color css
<style>
a { background-color: #9035DC; }
a { background-color: rgb(144,53,220); }
div.DivClassName
{
background-color: #9035DC;
}
.BgClassName
{
background-color: #9035DC;
}
</style>
border-color css
<style>
span { border-color: #9035DC; }
span { border-color: rgb(144,53,220); }
td.TdClassName
{
border-color: #9035DC;
}
.TagClassName
{
border-color: #9035DC;
}
</style>