Shades of Blue Violet #9010FC
Tints of Blue Violet #9010FC
RGB
CMYK
RGB Variations
Color information
#9010FC (or 0x9010FC) is known color: Blue Violet. HEX triplet: 90, 10 and FC. RGB value is (144,16,252). Sum of RGB (Red+Green+Blue) = 144+16+252=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #9010FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9010FC is #6FEF03. Grayscale: #505050. Windows color (decimal): -7335684 or 16519312. OLE color: 16519312.
HSL color Cylindrical-coordinate representation of color #9010FC: hue angle of 272.54º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9010FC is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 16 | 252 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.01 |
| HSL | 272.54º | 0.98% | 0.53% | - |
| HSV(B) | 272.54º | 0.94% | 0.99% | - |
| XYZ | 29.26 | 13.33 | 93.13 | - |
| YUV | 81.18 | 224.41 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 252 | 0.43 | 0.94 | 0 | 0.01 | 272.54 | 0.98 | 0.53 |
| Hex | 90 | 10 | FC | 2B | 5E | 0 | 1 | 111 | 62 | 35 |
| Octal | 220 | 20 | 374 | 53 | 136 | 0 | 1 | 421 | 142 | 65 |
| Binary | 10010000 | 10000 | 11111100 | 101011 | 1011110 | 0 | 1 | 100010001 | 1100010 | 110101 |
Color Harmonies of #9010FC
Complementary color
Monochromatic Colors of #9010FC
Black with #9010FC
Text Example
Text Example
White with #9010FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9010FC; }
p { color: rgb(144,16,252); }
H1.HeaderClassName
{
color: #9010FC;
}
.AnyTagClassName
{
color: #9010FC;
}
</style>
background-color css
<style>
a { background-color: #9010FC; }
a { background-color: rgb(144,16,252); }
div.DivClassName
{
background-color: #9010FC;
}
.BgClassName
{
background-color: #9010FC;
}
</style>
border-color css
<style>
span { border-color: #9010FC; }
span { border-color: rgb(144,16,252); }
td.TdClassName
{
border-color: #9010FC;
}
.TagClassName
{
border-color: #9010FC;
}
</style>