Shades of Blue Violet #900BF6
Tints of Blue Violet #900BF6
RGB
CMYK
RGB Variations
Color information
#900BF6 (or 0x900BF6) is known color: Blue Violet. HEX triplet: 90, 0B and F6. RGB value is (144,11,246). Sum of RGB (Red+Green+Blue) = 144+11+246=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 246 (96.48% from 255 or 61.35% from 401); Max value from RGB is 246 - color contains mainly: blue. Hex color #900BF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900BF6 is #6FF409. Grayscale: #4C4C4C. Windows color (decimal): -7336970 or 16124816. OLE color: 16124816.
HSL color Cylindrical-coordinate representation of color #900BF6: hue angle of 273.96º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900BF6 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 11 | 246 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.04 |
| HSL | 273.96º | 0.93% | 0.5% | - |
| HSV(B) | 273.96º | 0.96% | 0.96% | - |
| XYZ | 28.26 | 12.82 | 88.17 | - |
| YUV | 77.56 | 223.06 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 246 | 0.41 | 0.96 | 0 | 0.04 | 273.96 | 0.93 | 0.5 |
| Hex | 90 | B | F6 | 29 | 60 | 0 | 4 | 112 | 5D | 32 |
| Octal | 220 | 13 | 366 | 51 | 140 | 0 | 4 | 422 | 135 | 62 |
| Binary | 10010000 | 1011 | 11110110 | 101001 | 1100000 | 0 | 100 | 100010010 | 1011101 | 110010 |
Color Harmonies of #900BF6
Complementary color
Monochromatic Colors of #900BF6
Black with #900BF6
Text Example
Text Example
White with #900BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900BF6; }
p { color: rgb(144,11,246); }
H1.HeaderClassName
{
color: #900BF6;
}
.AnyTagClassName
{
color: #900BF6;
}
</style>
background-color css
<style>
a { background-color: #900BF6; }
a { background-color: rgb(144,11,246); }
div.DivClassName
{
background-color: #900BF6;
}
.BgClassName
{
background-color: #900BF6;
}
</style>
border-color css
<style>
span { border-color: #900BF6; }
span { border-color: rgb(144,11,246); }
td.TdClassName
{
border-color: #900BF6;
}
.TagClassName
{
border-color: #900BF6;
}
</style>