Shades of Blue Violet #9621FF
Tints of Blue Violet #9621FF
RGB
CMYK
RGB Variations
Color information
#9621FF (or 0x9621FF) is known color: Blue Violet. HEX triplet: 96, 21 and FF. RGB value is (150,33,255). Sum of RGB (Red+Green+Blue) = 150+33+255=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #9621FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9621FF is #69DE00. Grayscale: #5C5C5C. Windows color (decimal): -6938113 or 16720278. OLE color: 16720278.
HSL color Cylindrical-coordinate representation of color #9621FF: hue angle of 271.62º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9621FF is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 33 | 255 | - |
| CMYK | 0.41 | 0.87 | 0 | 0 |
| HSL | 271.62º | 1% | 0.56% | - |
| HSV(B) | 271.62º | 0.87% | 1% | - |
| XYZ | 31.17 | 14.79 | 95.82 | - |
| YUV | 93.29 | 219.26 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 255 | 0.41 | 0.87 | 0 | 0 | 271.62 | 1 | 0.56 |
| Hex | 96 | 21 | FF | 29 | 57 | 0 | 0 | 110 | 64 | 38 |
| Octal | 226 | 41 | 377 | 51 | 127 | 0 | 0 | 420 | 144 | 70 |
| Binary | 10010110 | 100001 | 11111111 | 101001 | 1010111 | 0 | 0 | 100010000 | 1100100 | 111000 |
Color Harmonies of #9621FF
Complementary color
Monochromatic Colors of #9621FF
Black with #9621FF
Text Example
Text Example
White with #9621FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9621FF; }
p { color: rgb(150,33,255); }
H1.HeaderClassName
{
color: #9621FF;
}
.AnyTagClassName
{
color: #9621FF;
}
</style>
background-color css
<style>
a { background-color: #9621FF; }
a { background-color: rgb(150,33,255); }
div.DivClassName
{
background-color: #9621FF;
}
.BgClassName
{
background-color: #9621FF;
}
</style>
border-color css
<style>
span { border-color: #9621FF; }
span { border-color: rgb(150,33,255); }
td.TdClassName
{
border-color: #9621FF;
}
.TagClassName
{
border-color: #9621FF;
}
</style>