Shades of Blue Violet #900DF6
Tints of Blue Violet #900DF6
RGB
CMYK
RGB Variations
Color information
#900DF6 (or 0x900DF6) is known color: Blue Violet. HEX triplet: 90, 0D and F6. RGB value is (144,13,246). Sum of RGB (Red+Green+Blue) = 144+13+246=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 246 (96.48% from 255 or 61.04% from 403); Max value from RGB is 246 - color contains mainly: blue. Hex color #900DF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900DF6 is #6FF209. Grayscale: #4D4D4D. Windows color (decimal): -7336458 or 16125328. OLE color: 16125328.
HSL color Cylindrical-coordinate representation of color #900DF6: hue angle of 273.73º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900DF6 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 13 | 246 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.04 |
| HSL | 273.73º | 0.93% | 0.51% | - |
| HSV(B) | 273.73º | 0.95% | 0.96% | - |
| XYZ | 28.28 | 12.87 | 88.18 | - |
| YUV | 78.73 | 222.4 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 246 | 0.41 | 0.95 | 0 | 0.04 | 273.73 | 0.93 | 0.51 |
| Hex | 90 | D | F6 | 29 | 5F | 0 | 4 | 112 | 5D | 33 |
| Octal | 220 | 15 | 366 | 51 | 137 | 0 | 4 | 422 | 135 | 63 |
| Binary | 10010000 | 1101 | 11110110 | 101001 | 1011111 | 0 | 100 | 100010010 | 1011101 | 110011 |
Color Harmonies of #900DF6
Complementary color
Monochromatic Colors of #900DF6
Black with #900DF6
Text Example
Text Example
White with #900DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900DF6; }
p { color: rgb(144,13,246); }
H1.HeaderClassName
{
color: #900DF6;
}
.AnyTagClassName
{
color: #900DF6;
}
</style>
background-color css
<style>
a { background-color: #900DF6; }
a { background-color: rgb(144,13,246); }
div.DivClassName
{
background-color: #900DF6;
}
.BgClassName
{
background-color: #900DF6;
}
</style>
border-color css
<style>
span { border-color: #900DF6; }
span { border-color: rgb(144,13,246); }
td.TdClassName
{
border-color: #900DF6;
}
.TagClassName
{
border-color: #900DF6;
}
</style>