Shades of Blue Violet #9621FA
Tints of Blue Violet #9621FA
RGB
CMYK
RGB Variations
Color information
#9621FA (or 0x9621FA) is known color: Blue Violet. HEX triplet: 96, 21 and FA. RGB value is (150,33,250). Sum of RGB (Red+Green+Blue) = 150+33+250=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #9621FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9621FA is #69DE05. Grayscale: #5B5B5B. Windows color (decimal): -6938118 or 16392598. OLE color: 16392598.
HSL color Cylindrical-coordinate representation of color #9621FA: hue angle of 272.35º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9621FA is Cyan = 0.4, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 33 | 250 | - |
| CMYK | 0.4 | 0.87 | 0 | 0.02 |
| HSL | 272.35º | 0.96% | 0.55% | - |
| HSV(B) | 272.35º | 0.87% | 0.98% | - |
| XYZ | 30.38 | 14.47 | 91.64 | - |
| YUV | 92.72 | 216.76 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 250 | 0.4 | 0.87 | 0 | 0.02 | 272.35 | 0.96 | 0.55 |
| Hex | 96 | 21 | FA | 28 | 57 | 0 | 2 | 110 | 60 | 37 |
| Octal | 226 | 41 | 372 | 50 | 127 | 0 | 2 | 420 | 140 | 67 |
| Binary | 10010110 | 100001 | 11111010 | 101000 | 1010111 | 0 | 10 | 100010000 | 1100000 | 110111 |
Color Harmonies of #9621FA
Complementary color
Monochromatic Colors of #9621FA
Black with #9621FA
Text Example
Text Example
White with #9621FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9621FA; }
p { color: rgb(150,33,250); }
H1.HeaderClassName
{
color: #9621FA;
}
.AnyTagClassName
{
color: #9621FA;
}
</style>
background-color css
<style>
a { background-color: #9621FA; }
a { background-color: rgb(150,33,250); }
div.DivClassName
{
background-color: #9621FA;
}
.BgClassName
{
background-color: #9621FA;
}
</style>
border-color css
<style>
span { border-color: #9621FA; }
span { border-color: rgb(150,33,250); }
td.TdClassName
{
border-color: #9621FA;
}
.TagClassName
{
border-color: #9621FA;
}
</style>