Shades of Blue Violet #900BFF
Tints of Blue Violet #900BFF
RGB
CMYK
RGB Variations
Color information
#900BFF (or 0x900BFF) is known color: Blue Violet. HEX triplet: 90, 0B and FF. RGB value is (144,11,255). Sum of RGB (Red+Green+Blue) = 144+11+255=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #900BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900BFF is #6FF400. Grayscale: #4D4D4D. Windows color (decimal): -7336961 or 16714640. OLE color: 16714640.
HSL color Cylindrical-coordinate representation of color #900BFF: hue angle of 272.7º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900BFF is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 11 | 255 | - |
| CMYK | 0.44 | 0.96 | 0 | 0 |
| HSL | 272.7º | 1% | 0.52% | - |
| HSV(B) | 272.7º | 0.96% | 1% | - |
| XYZ | 29.67 | 13.39 | 95.63 | - |
| YUV | 78.58 | 227.56 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 255 | 0.44 | 0.96 | 0 | 0 | 272.7 | 1 | 0.52 |
| Hex | 90 | B | FF | 2C | 60 | 0 | 0 | 111 | 64 | 34 |
| Octal | 220 | 13 | 377 | 54 | 140 | 0 | 0 | 421 | 144 | 64 |
| Binary | 10010000 | 1011 | 11111111 | 101100 | 1100000 | 0 | 0 | 100010001 | 1100100 | 110100 |
Color Harmonies of #900BFF
Complementary color
Monochromatic Colors of #900BFF
Black with #900BFF
Text Example
Text Example
White with #900BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900BFF; }
p { color: rgb(144,11,255); }
H1.HeaderClassName
{
color: #900BFF;
}
.AnyTagClassName
{
color: #900BFF;
}
</style>
background-color css
<style>
a { background-color: #900BFF; }
a { background-color: rgb(144,11,255); }
div.DivClassName
{
background-color: #900BFF;
}
.BgClassName
{
background-color: #900BFF;
}
</style>
border-color css
<style>
span { border-color: #900BFF; }
span { border-color: rgb(144,11,255); }
td.TdClassName
{
border-color: #900BFF;
}
.TagClassName
{
border-color: #900BFF;
}
</style>