Shades of Blue Violet #9024FC
Tints of Blue Violet #9024FC
RGB
CMYK
RGB Variations
Color information
#9024FC (or 0x9024FC) is known color: Blue Violet. HEX triplet: 90, 24 and FC. RGB value is (144,36,252). Sum of RGB (Red+Green+Blue) = 144+36+252=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #9024FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9024FC is #6FDB03. Grayscale: #5C5C5C. Windows color (decimal): -7330564 or 16524432. OLE color: 16524432.
HSL color Cylindrical-coordinate representation of color #9024FC: hue angle of 270º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9024FC is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 36 | 252 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.01 |
| HSL | 270º | 0.97% | 0.56% | - |
| HSV(B) | 270º | 0.86% | 0.99% | - |
| XYZ | 29.7 | 14.22 | 93.27 | - |
| YUV | 92.92 | 217.78 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 252 | 0.43 | 0.86 | 0 | 0.01 | 270 | 0.97 | 0.56 |
| Hex | 90 | 24 | FC | 2B | 56 | 0 | 1 | 10E | 61 | 38 |
| Octal | 220 | 44 | 374 | 53 | 126 | 0 | 1 | 416 | 141 | 70 |
| Binary | 10010000 | 100100 | 11111100 | 101011 | 1010110 | 0 | 1 | 100001110 | 1100001 | 111000 |
Color Harmonies of #9024FC
Complementary color
Monochromatic Colors of #9024FC
Black with #9024FC
Text Example
Text Example
White with #9024FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9024FC; }
p { color: rgb(144,36,252); }
H1.HeaderClassName
{
color: #9024FC;
}
.AnyTagClassName
{
color: #9024FC;
}
</style>
background-color css
<style>
a { background-color: #9024FC; }
a { background-color: rgb(144,36,252); }
div.DivClassName
{
background-color: #9024FC;
}
.BgClassName
{
background-color: #9024FC;
}
</style>
border-color css
<style>
span { border-color: #9024FC; }
span { border-color: rgb(144,36,252); }
td.TdClassName
{
border-color: #9024FC;
}
.TagClassName
{
border-color: #9024FC;
}
</style>