Shades of Blue Violet #9024FD
Tints of Blue Violet #9024FD
RGB
CMYK
RGB Variations
Color information
#9024FD (or 0x9024FD) is known color: Blue Violet. HEX triplet: 90, 24 and FD. RGB value is (144,36,253). Sum of RGB (Red+Green+Blue) = 144+36+253=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #9024FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9024FD is #6FDB02. Grayscale: #5C5C5C. Windows color (decimal): -7330563 or 16589968. OLE color: 16589968.
HSL color Cylindrical-coordinate representation of color #9024FD: hue angle of 269.86º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9024FD is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 36 | 253 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.01 |
| HSL | 269.86º | 0.98% | 0.57% | - |
| HSV(B) | 269.86º | 0.86% | 0.99% | - |
| XYZ | 29.86 | 14.28 | 94.11 | - |
| YUV | 93.03 | 218.28 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 253 | 0.43 | 0.86 | 0 | 0.01 | 269.86 | 0.98 | 0.57 |
| Hex | 90 | 24 | FD | 2B | 56 | 0 | 1 | 10E | 62 | 39 |
| Octal | 220 | 44 | 375 | 53 | 126 | 0 | 1 | 416 | 142 | 71 |
| Binary | 10010000 | 100100 | 11111101 | 101011 | 1010110 | 0 | 1 | 100001110 | 1100010 | 111001 |
Color Harmonies of #9024FD
Complementary color
Monochromatic Colors of #9024FD
Black with #9024FD
Text Example
Text Example
White with #9024FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9024FD; }
p { color: rgb(144,36,253); }
H1.HeaderClassName
{
color: #9024FD;
}
.AnyTagClassName
{
color: #9024FD;
}
</style>
background-color css
<style>
a { background-color: #9024FD; }
a { background-color: rgb(144,36,253); }
div.DivClassName
{
background-color: #9024FD;
}
.BgClassName
{
background-color: #9024FD;
}
</style>
border-color css
<style>
span { border-color: #9024FD; }
span { border-color: rgb(144,36,253); }
td.TdClassName
{
border-color: #9024FD;
}
.TagClassName
{
border-color: #9024FD;
}
</style>