Shades of Blue Violet #901FDD
Tints of Blue Violet #901FDD
RGB
CMYK
RGB Variations
Color information
#901FDD (or 0x901FDD) is known color: Blue Violet. HEX triplet: 90, 1F and DD. RGB value is (144,31,221). Sum of RGB (Red+Green+Blue) = 144+31+221=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #901FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901FDD is #6FE022. Grayscale: #555555. Windows color (decimal): -7331875 or 14491536. OLE color: 14491536.
HSL color Cylindrical-coordinate representation of color #901FDD: hue angle of 275.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901FDD is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 31 | 221 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.13 |
| HSL | 275.68º | 0.75% | 0.49% | - |
| HSV(B) | 275.68º | 0.86% | 0.87% | - |
| XYZ | 25.04 | 12.13 | 69.43 | - |
| YUV | 86.45 | 203.94 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 221 | 0.35 | 0.86 | 0 | 0.13 | 275.68 | 0.75 | 0.49 |
| Hex | 90 | 1F | DD | 23 | 56 | 0 | D | 114 | 4B | 31 |
| Octal | 220 | 37 | 335 | 43 | 126 | 0 | 15 | 424 | 113 | 61 |
| Binary | 10010000 | 11111 | 11011101 | 100011 | 1010110 | 0 | 1101 | 100010100 | 1001011 | 110001 |
Color Harmonies of #901FDD
Complementary color
Monochromatic Colors of #901FDD
Black with #901FDD
Text Example
Text Example
White with #901FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901FDD; }
p { color: rgb(144,31,221); }
H1.HeaderClassName
{
color: #901FDD;
}
.AnyTagClassName
{
color: #901FDD;
}
</style>
background-color css
<style>
a { background-color: #901FDD; }
a { background-color: rgb(144,31,221); }
div.DivClassName
{
background-color: #901FDD;
}
.BgClassName
{
background-color: #901FDD;
}
</style>
border-color css
<style>
span { border-color: #901FDD; }
span { border-color: rgb(144,31,221); }
td.TdClassName
{
border-color: #901FDD;
}
.TagClassName
{
border-color: #901FDD;
}
</style>