Shades of Blue Violet #901DEC
Tints of Blue Violet #901DEC
RGB
CMYK
RGB Variations
Color information
#901DEC (or 0x901DEC) is known color: Blue Violet. HEX triplet: 90, 1D and EC. RGB value is (144,29,236). Sum of RGB (Red+Green+Blue) = 144+29+236=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #901DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #901DEC is #6FE213. Grayscale: #565656. Windows color (decimal): -7332372 or 15474064. OLE color: 15474064.
HSL color Cylindrical-coordinate representation of color #901DEC: hue angle of 273.33º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901DEC is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 29 | 236 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.07 |
| HSL | 273.33º | 0.84% | 0.52% | - |
| HSV(B) | 273.33º | 0.88% | 0.93% | - |
| XYZ | 27.08 | 12.86 | 80.41 | - |
| YUV | 86.98 | 212.1 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 236 | 0.39 | 0.88 | 0 | 0.07 | 273.33 | 0.84 | 0.52 |
| Hex | 90 | 1D | EC | 27 | 58 | 0 | 7 | 111 | 54 | 34 |
| Octal | 220 | 35 | 354 | 47 | 130 | 0 | 7 | 421 | 124 | 64 |
| Binary | 10010000 | 11101 | 11101100 | 100111 | 1011000 | 0 | 111 | 100010001 | 1010100 | 110100 |
Color Harmonies of #901DEC
Complementary color
Monochromatic Colors of #901DEC
Black with #901DEC
Text Example
Text Example
White with #901DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901DEC; }
p { color: rgb(144,29,236); }
H1.HeaderClassName
{
color: #901DEC;
}
.AnyTagClassName
{
color: #901DEC;
}
</style>
background-color css
<style>
a { background-color: #901DEC; }
a { background-color: rgb(144,29,236); }
div.DivClassName
{
background-color: #901DEC;
}
.BgClassName
{
background-color: #901DEC;
}
</style>
border-color css
<style>
span { border-color: #901DEC; }
span { border-color: rgb(144,29,236); }
td.TdClassName
{
border-color: #901DEC;
}
.TagClassName
{
border-color: #901DEC;
}
</style>