Shades of Blue Violet #9A21FD
Tints of Blue Violet #9A21FD
RGB
CMYK
RGB Variations
Color information
#9A21FD (or 0x9A21FD) is known color: Blue Violet. HEX triplet: 9A, 21 and FD. RGB value is (154,33,253). Sum of RGB (Red+Green+Blue) = 154+33+253=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A21FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A21FD is #65DE02. Grayscale: #5D5D5D. Windows color (decimal): -6675971 or 16589210. OLE color: 16589210.
HSL color Cylindrical-coordinate representation of color #9A21FD: hue angle of 273º 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 #9A21FD is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 33 | 253 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.01 |
| HSL | 273º | 0.98% | 0.56% | - |
| HSV(B) | 273º | 0.87% | 0.99% | - |
| XYZ | 31.6 | 15.05 | 94.17 | - |
| YUV | 94.26 | 217.59 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 33 | 253 | 0.39 | 0.87 | 0 | 0.01 | 273 | 0.98 | 0.56 |
| Hex | 9A | 21 | FD | 27 | 57 | 0 | 1 | 111 | 62 | 38 |
| Octal | 232 | 41 | 375 | 47 | 127 | 0 | 1 | 421 | 142 | 70 |
| Binary | 10011010 | 100001 | 11111101 | 100111 | 1010111 | 0 | 1 | 100010001 | 1100010 | 111000 |
Color Harmonies of #9A21FD
Complementary color
Monochromatic Colors of #9A21FD
Black with #9A21FD
Text Example
Text Example
White with #9A21FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A21FD; }
p { color: rgb(154,33,253); }
H1.HeaderClassName
{
color: #9A21FD;
}
.AnyTagClassName
{
color: #9A21FD;
}
</style>
background-color css
<style>
a { background-color: #9A21FD; }
a { background-color: rgb(154,33,253); }
div.DivClassName
{
background-color: #9A21FD;
}
.BgClassName
{
background-color: #9A21FD;
}
</style>
border-color css
<style>
span { border-color: #9A21FD; }
span { border-color: rgb(154,33,253); }
td.TdClassName
{
border-color: #9A21FD;
}
.TagClassName
{
border-color: #9A21FD;
}
</style>