Shades of Blue Violet #9F27FF
Tints of Blue Violet #9F27FF
RGB
CMYK
RGB Variations
Color information
#9F27FF (or 0x9F27FF) is known color: Blue Violet. HEX triplet: 9F, 27 and FF. RGB value is (159,39,255). Sum of RGB (Red+Green+Blue) = 159+39+255=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 39 (15.62% from 255 or 8.61% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F27FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F27FF is #60D800. Grayscale: #626262. Windows color (decimal): -6346753 or 16721823. OLE color: 16721823.
HSL color Cylindrical-coordinate representation of color #9F27FF: hue angle of 273.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F27FF is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 39 | 255 | - |
| CMYK | 0.38 | 0.85 | 0 | 0 |
| HSL | 273.33º | 1% | 0.58% | - |
| HSV(B) | 273.33º | 0.85% | 1% | - |
| XYZ | 33.07 | 16.04 | 95.96 | - |
| YUV | 99.5 | 215.76 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 39 | 255 | 0.38 | 0.85 | 0 | 0 | 273.33 | 1 | 0.58 |
| Hex | 9F | 27 | FF | 26 | 55 | 0 | 0 | 111 | 64 | 3A |
| Octal | 237 | 47 | 377 | 46 | 125 | 0 | 0 | 421 | 144 | 72 |
| Binary | 10011111 | 100111 | 11111111 | 100110 | 1010101 | 0 | 0 | 100010001 | 1100100 | 111010 |
Color Harmonies of #9F27FF
Complementary color
Monochromatic Colors of #9F27FF
Black with #9F27FF
Text Example
Text Example
White with #9F27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F27FF; }
p { color: rgb(159,39,255); }
H1.HeaderClassName
{
color: #9F27FF;
}
.AnyTagClassName
{
color: #9F27FF;
}
</style>
background-color css
<style>
a { background-color: #9F27FF; }
a { background-color: rgb(159,39,255); }
div.DivClassName
{
background-color: #9F27FF;
}
.BgClassName
{
background-color: #9F27FF;
}
</style>
border-color css
<style>
span { border-color: #9F27FF; }
span { border-color: rgb(159,39,255); }
td.TdClassName
{
border-color: #9F27FF;
}
.TagClassName
{
border-color: #9F27FF;
}
</style>