Shades of Blue Violet #9009FE
Tints of Blue Violet #9009FE
RGB
CMYK
RGB Variations
Color information
#9009FE (or 0x9009FE) is known color: Blue Violet. HEX triplet: 90, 09 and FE. RGB value is (144,9,254). Sum of RGB (Red+Green+Blue) = 144+9+254=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #9009FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9009FE is #6FF601. Grayscale: #4C4C4C. Windows color (decimal): -7337474 or 16648592. OLE color: 16648592.
HSL color Cylindrical-coordinate representation of color #9009FE: hue angle of 273.06º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9009FE is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 9 | 254 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.00 |
| HSL | 273.06º | 0.99% | 0.52% | - |
| HSV(B) | 273.06º | 0.96% | 1% | - |
| XYZ | 29.49 | 13.28 | 94.78 | - |
| YUV | 77.3 | 227.73 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 254 | 0.43 | 0.96 | 0 | 0.00 | 273.06 | 0.99 | 0.52 |
| Hex | 90 | 9 | FE | 2B | 60 | 0 | 0 | 111 | 63 | 34 |
| Octal | 220 | 11 | 376 | 53 | 140 | 0 | 0 | 421 | 143 | 64 |
| Binary | 10010000 | 1001 | 11111110 | 101011 | 1100000 | 0 | 0 | 100010001 | 1100011 | 110100 |
Color Harmonies of #9009FE
Complementary color
Monochromatic Colors of #9009FE
Black with #9009FE
Text Example
Text Example
White with #9009FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9009FE; }
p { color: rgb(144,9,254); }
H1.HeaderClassName
{
color: #9009FE;
}
.AnyTagClassName
{
color: #9009FE;
}
</style>
background-color css
<style>
a { background-color: #9009FE; }
a { background-color: rgb(144,9,254); }
div.DivClassName
{
background-color: #9009FE;
}
.BgClassName
{
background-color: #9009FE;
}
</style>
border-color css
<style>
span { border-color: #9009FE; }
span { border-color: rgb(144,9,254); }
td.TdClassName
{
border-color: #9009FE;
}
.TagClassName
{
border-color: #9009FE;
}
</style>