Shades of Blue Violet #9121FD
Tints of Blue Violet #9121FD
RGB
CMYK
RGB Variations
Color information
#9121FD (or 0x9121FD) is known color: Blue Violet. HEX triplet: 91, 21 and FD. RGB value is (145,33,253). Sum of RGB (Red+Green+Blue) = 145+33+253=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #9121FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9121FD is #6EDE02. Grayscale: #5A5A5A. Windows color (decimal): -7265795 or 16589201. OLE color: 16589201.
HSL color Cylindrical-coordinate representation of color #9121FD: hue angle of 270.55º 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 #9121FD is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 33 | 253 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.01 |
| HSL | 270.55º | 0.98% | 0.56% | - |
| HSV(B) | 270.55º | 0.87% | 0.99% | - |
| XYZ | 29.95 | 14.2 | 94.09 | - |
| YUV | 91.57 | 219.11 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 253 | 0.43 | 0.87 | 0 | 0.01 | 270.55 | 0.98 | 0.56 |
| Hex | 91 | 21 | FD | 2B | 57 | 0 | 1 | 10F | 62 | 38 |
| Octal | 221 | 41 | 375 | 53 | 127 | 0 | 1 | 417 | 142 | 70 |
| Binary | 10010001 | 100001 | 11111101 | 101011 | 1010111 | 0 | 1 | 100001111 | 1100010 | 111000 |
Color Harmonies of #9121FD
Complementary color
Monochromatic Colors of #9121FD
Black with #9121FD
Text Example
Text Example
White with #9121FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9121FD; }
p { color: rgb(145,33,253); }
H1.HeaderClassName
{
color: #9121FD;
}
.AnyTagClassName
{
color: #9121FD;
}
</style>
background-color css
<style>
a { background-color: #9121FD; }
a { background-color: rgb(145,33,253); }
div.DivClassName
{
background-color: #9121FD;
}
.BgClassName
{
background-color: #9121FD;
}
</style>
border-color css
<style>
span { border-color: #9121FD; }
span { border-color: rgb(145,33,253); }
td.TdClassName
{
border-color: #9121FD;
}
.TagClassName
{
border-color: #9121FD;
}
</style>