Shades of Blue Violet #9021FD
Tints of Blue Violet #9021FD
RGB
CMYK
RGB Variations
Color information
#9021FD (or 0x9021FD) is known color: Blue Violet. HEX triplet: 90, 21 and FD. RGB value is (144,33,253). Sum of RGB (Red+Green+Blue) = 144+33+253=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #9021FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9021FD is #6FDE02. Grayscale: #5A5A5A. Windows color (decimal): -7331331 or 16589200. OLE color: 16589200.
HSL color Cylindrical-coordinate representation of color #9021FD: hue angle of 270.27º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9021FD is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 33 | 253 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.01 |
| HSL | 270.27º | 0.98% | 0.56% | - |
| HSV(B) | 270.27º | 0.87% | 0.99% | - |
| XYZ | 29.78 | 14.11 | 94.08 | - |
| YUV | 91.27 | 219.27 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 33 | 253 | 0.43 | 0.87 | 0 | 0.01 | 270.27 | 0.98 | 0.56 |
| Hex | 90 | 21 | FD | 2B | 57 | 0 | 1 | 10E | 62 | 38 |
| Octal | 220 | 41 | 375 | 53 | 127 | 0 | 1 | 416 | 142 | 70 |
| Binary | 10010000 | 100001 | 11111101 | 101011 | 1010111 | 0 | 1 | 100001110 | 1100010 | 111000 |
Color Harmonies of #9021FD
Complementary color
Monochromatic Colors of #9021FD
Black with #9021FD
Text Example
Text Example
White with #9021FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9021FD; }
p { color: rgb(144,33,253); }
H1.HeaderClassName
{
color: #9021FD;
}
.AnyTagClassName
{
color: #9021FD;
}
</style>
background-color css
<style>
a { background-color: #9021FD; }
a { background-color: rgb(144,33,253); }
div.DivClassName
{
background-color: #9021FD;
}
.BgClassName
{
background-color: #9021FD;
}
</style>
border-color css
<style>
span { border-color: #9021FD; }
span { border-color: rgb(144,33,253); }
td.TdClassName
{
border-color: #9021FD;
}
.TagClassName
{
border-color: #9021FD;
}
</style>