Shades of Blue Violet #9013FB
Tints of Blue Violet #9013FB
RGB
CMYK
RGB Variations
Color information
#9013FB (or 0x9013FB) is known color: Blue Violet. HEX triplet: 90, 13 and FB. RGB value is (144,19,251). Sum of RGB (Red+Green+Blue) = 144+19+251=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #9013FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9013FB is #6FEC04. Grayscale: #525252. Windows color (decimal): -7334917 or 16454544. OLE color: 16454544.
HSL color Cylindrical-coordinate representation of color #9013FB: hue angle of 272.33º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9013FB is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 19 | 251 | - |
| CMYK | 0.43 | 0.92 | 0 | 0.02 |
| HSL | 272.33º | 0.97% | 0.53% | - |
| HSV(B) | 272.33º | 0.92% | 0.98% | - |
| XYZ | 29.15 | 13.36 | 92.31 | - |
| YUV | 82.82 | 222.91 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 251 | 0.43 | 0.92 | 0 | 0.02 | 272.33 | 0.97 | 0.53 |
| Hex | 90 | 13 | FB | 2B | 5C | 0 | 2 | 110 | 61 | 35 |
| Octal | 220 | 23 | 373 | 53 | 134 | 0 | 2 | 420 | 141 | 65 |
| Binary | 10010000 | 10011 | 11111011 | 101011 | 1011100 | 0 | 10 | 100010000 | 1100001 | 110101 |
Color Harmonies of #9013FB
Complementary color
Monochromatic Colors of #9013FB
Black with #9013FB
Text Example
Text Example
White with #9013FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9013FB; }
p { color: rgb(144,19,251); }
H1.HeaderClassName
{
color: #9013FB;
}
.AnyTagClassName
{
color: #9013FB;
}
</style>
background-color css
<style>
a { background-color: #9013FB; }
a { background-color: rgb(144,19,251); }
div.DivClassName
{
background-color: #9013FB;
}
.BgClassName
{
background-color: #9013FB;
}
</style>
border-color css
<style>
span { border-color: #9013FB; }
span { border-color: rgb(144,19,251); }
td.TdClassName
{
border-color: #9013FB;
}
.TagClassName
{
border-color: #9013FB;
}
</style>