Shades of Blue Violet #9F32FD
Tints of Blue Violet #9F32FD
RGB
CMYK
RGB Variations
Color information
#9F32FD (or 0x9F32FD) is known color: Blue Violet. HEX triplet: 9F, 32 and FD. RGB value is (159,50,253). Sum of RGB (Red+Green+Blue) = 159+50+253=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F32FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F32FD is #60CD02. Grayscale: #696969. Windows color (decimal): -6343939 or 16593567. OLE color: 16593567.
HSL color Cylindrical-coordinate representation of color #9F32FD: hue angle of 272.22º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F32FD is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 50 | 253 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.01 |
| HSL | 272.22º | 0.98% | 0.59% | - |
| HSV(B) | 272.22º | 0.8% | 0.99% | - |
| XYZ | 33.17 | 16.74 | 94.41 | - |
| YUV | 105.73 | 211.11 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 253 | 0.37 | 0.80 | 0 | 0.01 | 272.22 | 0.98 | 0.59 |
| Hex | 9F | 32 | FD | 25 | 50 | 0 | 1 | 110 | 62 | 3B |
| Octal | 237 | 62 | 375 | 45 | 120 | 0 | 1 | 420 | 142 | 73 |
| Binary | 10011111 | 110010 | 11111101 | 100101 | 1010000 | 0 | 1 | 100010000 | 1100010 | 111011 |
Color Harmonies of #9F32FD
Complementary color
Monochromatic Colors of #9F32FD
Black with #9F32FD
Text Example
Text Example
White with #9F32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F32FD; }
p { color: rgb(159,50,253); }
H1.HeaderClassName
{
color: #9F32FD;
}
.AnyTagClassName
{
color: #9F32FD;
}
</style>
background-color css
<style>
a { background-color: #9F32FD; }
a { background-color: rgb(159,50,253); }
div.DivClassName
{
background-color: #9F32FD;
}
.BgClassName
{
background-color: #9F32FD;
}
</style>
border-color css
<style>
span { border-color: #9F32FD; }
span { border-color: rgb(159,50,253); }
td.TdClassName
{
border-color: #9F32FD;
}
.TagClassName
{
border-color: #9F32FD;
}
</style>