Shades of Blue Violet #900DFB
Tints of Blue Violet #900DFB
RGB
CMYK
RGB Variations
Color information
#900DFB (or 0x900DFB) is known color: Blue Violet. HEX triplet: 90, 0D and FB. RGB value is (144,13,251). Sum of RGB (Red+Green+Blue) = 144+13+251=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #900DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900DFB is #6FF204. Grayscale: #4E4E4E. Windows color (decimal): -7336453 or 16453008. OLE color: 16453008.
HSL color Cylindrical-coordinate representation of color #900DFB: hue angle of 273.03º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900DFB is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 13 | 251 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.02 |
| HSL | 273.03º | 0.97% | 0.52% | - |
| HSV(B) | 273.03º | 0.95% | 0.98% | - |
| XYZ | 29.06 | 13.18 | 92.28 | - |
| YUV | 79.3 | 224.9 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 251 | 0.43 | 0.95 | 0 | 0.02 | 273.03 | 0.97 | 0.52 |
| Hex | 90 | D | FB | 2B | 5F | 0 | 2 | 111 | 61 | 34 |
| Octal | 220 | 15 | 373 | 53 | 137 | 0 | 2 | 421 | 141 | 64 |
| Binary | 10010000 | 1101 | 11111011 | 101011 | 1011111 | 0 | 10 | 100010001 | 1100001 | 110100 |
Color Harmonies of #900DFB
Complementary color
Monochromatic Colors of #900DFB
Black with #900DFB
Text Example
Text Example
White with #900DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900DFB; }
p { color: rgb(144,13,251); }
H1.HeaderClassName
{
color: #900DFB;
}
.AnyTagClassName
{
color: #900DFB;
}
</style>
background-color css
<style>
a { background-color: #900DFB; }
a { background-color: rgb(144,13,251); }
div.DivClassName
{
background-color: #900DFB;
}
.BgClassName
{
background-color: #900DFB;
}
</style>
border-color css
<style>
span { border-color: #900DFB; }
span { border-color: rgb(144,13,251); }
td.TdClassName
{
border-color: #900DFB;
}
.TagClassName
{
border-color: #900DFB;
}
</style>