Shades of Blue Violet #9F23FF
Tints of Blue Violet #9F23FF
RGB
CMYK
RGB Variations
Color information
#9F23FF (or 0x9F23FF) is known color: Blue Violet. HEX triplet: 9F, 23 and FF. RGB value is (159,35,255). Sum of RGB (Red+Green+Blue) = 159+35+255=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 35 (14.06% from 255 or 7.80% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F23FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F23FF is #60DC00. Grayscale: #606060. Windows color (decimal): -6347777 or 16720799. OLE color: 16720799.
HSL color Cylindrical-coordinate representation of color #9F23FF: hue angle of 273.82º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F23FF is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 35 | 255 | - |
| CMYK | 0.38 | 0.86 | 0 | 0 |
| HSL | 273.82º | 1% | 0.57% | - |
| HSV(B) | 273.82º | 0.86% | 1% | - |
| XYZ | 32.95 | 15.79 | 95.92 | - |
| YUV | 97.16 | 217.08 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 255 | 0.38 | 0.86 | 0 | 0 | 273.82 | 1 | 0.57 |
| Hex | 9F | 23 | FF | 26 | 56 | 0 | 0 | 112 | 64 | 39 |
| Octal | 237 | 43 | 377 | 46 | 126 | 0 | 0 | 422 | 144 | 71 |
| Binary | 10011111 | 100011 | 11111111 | 100110 | 1010110 | 0 | 0 | 100010010 | 1100100 | 111001 |
Color Harmonies of #9F23FF
Complementary color
Monochromatic Colors of #9F23FF
Black with #9F23FF
Text Example
Text Example
White with #9F23FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F23FF; }
p { color: rgb(159,35,255); }
H1.HeaderClassName
{
color: #9F23FF;
}
.AnyTagClassName
{
color: #9F23FF;
}
</style>
background-color css
<style>
a { background-color: #9F23FF; }
a { background-color: rgb(159,35,255); }
div.DivClassName
{
background-color: #9F23FF;
}
.BgClassName
{
background-color: #9F23FF;
}
</style>
border-color css
<style>
span { border-color: #9F23FF; }
span { border-color: rgb(159,35,255); }
td.TdClassName
{
border-color: #9F23FF;
}
.TagClassName
{
border-color: #9F23FF;
}
</style>