Shades of Blue Violet #900BFA
Tints of Blue Violet #900BFA
RGB
CMYK
RGB Variations
Color information
#900BFA (or 0x900BFA) is known color: Blue Violet. HEX triplet: 90, 0B and FA. RGB value is (144,11,250). Sum of RGB (Red+Green+Blue) = 144+11+250=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #900BFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900BFA is #6FF405. Grayscale: #4D4D4D. Windows color (decimal): -7336966 or 16386960. OLE color: 16386960.
HSL color Cylindrical-coordinate representation of color #900BFA: hue angle of 273.39º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900BFA is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 11 | 250 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.02 |
| HSL | 273.39º | 0.96% | 0.51% | - |
| HSV(B) | 273.39º | 0.96% | 0.98% | - |
| XYZ | 28.88 | 13.07 | 91.44 | - |
| YUV | 78.01 | 225.06 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 250 | 0.42 | 0.96 | 0 | 0.02 | 273.39 | 0.96 | 0.51 |
| Hex | 90 | B | FA | 2A | 60 | 0 | 2 | 111 | 60 | 33 |
| Octal | 220 | 13 | 372 | 52 | 140 | 0 | 2 | 421 | 140 | 63 |
| Binary | 10010000 | 1011 | 11111010 | 101010 | 1100000 | 0 | 10 | 100010001 | 1100000 | 110011 |
Color Harmonies of #900BFA
Complementary color
Monochromatic Colors of #900BFA
Black with #900BFA
Text Example
Text Example
White with #900BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900BFA; }
p { color: rgb(144,11,250); }
H1.HeaderClassName
{
color: #900BFA;
}
.AnyTagClassName
{
color: #900BFA;
}
</style>
background-color css
<style>
a { background-color: #900BFA; }
a { background-color: rgb(144,11,250); }
div.DivClassName
{
background-color: #900BFA;
}
.BgClassName
{
background-color: #900BFA;
}
</style>
border-color css
<style>
span { border-color: #900BFA; }
span { border-color: rgb(144,11,250); }
td.TdClassName
{
border-color: #900BFA;
}
.TagClassName
{
border-color: #900BFA;
}
</style>