Shades of Blue Violet #9010FD
Tints of Blue Violet #9010FD
RGB
CMYK
RGB Variations
Color information
#9010FD (or 0x9010FD) is known color: Blue Violet. HEX triplet: 90, 10 and FD. RGB value is (144,16,253). Sum of RGB (Red+Green+Blue) = 144+16+253=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #9010FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9010FD is #6FEF02. Grayscale: #505050. Windows color (decimal): -7335683 or 16584848. OLE color: 16584848.
HSL color Cylindrical-coordinate representation of color #9010FD: hue angle of 272.41º 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 #9010FD is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 16 | 253 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.01 |
| HSL | 272.41º | 0.98% | 0.53% | - |
| HSV(B) | 272.41º | 0.94% | 0.99% | - |
| XYZ | 29.42 | 13.39 | 93.96 | - |
| YUV | 81.29 | 224.91 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 253 | 0.43 | 0.94 | 0 | 0.01 | 272.41 | 0.98 | 0.53 |
| Hex | 90 | 10 | FD | 2B | 5E | 0 | 1 | 110 | 62 | 35 |
| Octal | 220 | 20 | 375 | 53 | 136 | 0 | 1 | 420 | 142 | 65 |
| Binary | 10010000 | 10000 | 11111101 | 101011 | 1011110 | 0 | 1 | 100010000 | 1100010 | 110101 |
Color Harmonies of #9010FD
Complementary color
Monochromatic Colors of #9010FD
Black with #9010FD
Text Example
Text Example
White with #9010FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9010FD; }
p { color: rgb(144,16,253); }
H1.HeaderClassName
{
color: #9010FD;
}
.AnyTagClassName
{
color: #9010FD;
}
</style>
background-color css
<style>
a { background-color: #9010FD; }
a { background-color: rgb(144,16,253); }
div.DivClassName
{
background-color: #9010FD;
}
.BgClassName
{
background-color: #9010FD;
}
</style>
border-color css
<style>
span { border-color: #9010FD; }
span { border-color: rgb(144,16,253); }
td.TdClassName
{
border-color: #9010FD;
}
.TagClassName
{
border-color: #9010FD;
}
</style>