Shades of Blue Violet #900DFF
Tints of Blue Violet #900DFF
RGB
CMYK
RGB Variations
Color information
#900DFF (or 0x900DFF) is known color: Blue Violet. HEX triplet: 90, 0D and FF. RGB value is (144,13,255). Sum of RGB (Red+Green+Blue) = 144+13+255=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #900DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900DFF is #6FF200. Grayscale: #4E4E4E. Windows color (decimal): -7336449 or 16715152. OLE color: 16715152.
HSL color Cylindrical-coordinate representation of color #900DFF: hue angle of 272.48º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900DFF is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 13 | 255 | - |
| CMYK | 0.44 | 0.95 | 0 | 0 |
| HSL | 272.48º | 1% | 0.53% | - |
| HSV(B) | 272.48º | 0.95% | 1% | - |
| XYZ | 29.7 | 13.44 | 95.64 | - |
| YUV | 79.76 | 226.9 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 255 | 0.44 | 0.95 | 0 | 0 | 272.48 | 1 | 0.53 |
| Hex | 90 | D | FF | 2C | 5F | 0 | 0 | 110 | 64 | 35 |
| Octal | 220 | 15 | 377 | 54 | 137 | 0 | 0 | 420 | 144 | 65 |
| Binary | 10010000 | 1101 | 11111111 | 101100 | 1011111 | 0 | 0 | 100010000 | 1100100 | 110101 |
Color Harmonies of #900DFF
Complementary color
Monochromatic Colors of #900DFF
Black with #900DFF
Text Example
Text Example
White with #900DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900DFF; }
p { color: rgb(144,13,255); }
H1.HeaderClassName
{
color: #900DFF;
}
.AnyTagClassName
{
color: #900DFF;
}
</style>
background-color css
<style>
a { background-color: #900DFF; }
a { background-color: rgb(144,13,255); }
div.DivClassName
{
background-color: #900DFF;
}
.BgClassName
{
background-color: #900DFF;
}
</style>
border-color css
<style>
span { border-color: #900DFF; }
span { border-color: rgb(144,13,255); }
td.TdClassName
{
border-color: #900DFF;
}
.TagClassName
{
border-color: #900DFF;
}
</style>