Shades of Blue Violet #9F25F8
Tints of Blue Violet #9F25F8
RGB
CMYK
RGB Variations
Color information
#9F25F8 (or 0x9F25F8) is known color: Blue Violet. HEX triplet: 9F, 25 and F8. RGB value is (159,37,248). Sum of RGB (Red+Green+Blue) = 159+37+248=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 248 (97.27% from 255 or 55.86% from 444); Max value from RGB is 248 - color contains mainly: blue. Hex color #9F25F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F25F8 is #60DA07. Grayscale: #606060. Windows color (decimal): -6347272 or 16262559. OLE color: 16262559.
HSL color Cylindrical-coordinate representation of color #9F25F8: hue angle of 274.69º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F25F8 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 37 | 248 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.03 |
| HSL | 274.69º | 0.94% | 0.56% | - |
| HSV(B) | 274.69º | 0.85% | 0.97% | - |
| XYZ | 31.9 | 15.47 | 90.11 | - |
| YUV | 97.53 | 212.92 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 248 | 0.36 | 0.85 | 0 | 0.03 | 274.69 | 0.94 | 0.56 |
| Hex | 9F | 25 | F8 | 24 | 55 | 0 | 3 | 113 | 5E | 38 |
| Octal | 237 | 45 | 370 | 44 | 125 | 0 | 3 | 423 | 136 | 70 |
| Binary | 10011111 | 100101 | 11111000 | 100100 | 1010101 | 0 | 11 | 100010011 | 1011110 | 111000 |
Color Harmonies of #9F25F8
Complementary color
Monochromatic Colors of #9F25F8
Black with #9F25F8
Text Example
Text Example
White with #9F25F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F25F8; }
p { color: rgb(159,37,248); }
H1.HeaderClassName
{
color: #9F25F8;
}
.AnyTagClassName
{
color: #9F25F8;
}
</style>
background-color css
<style>
a { background-color: #9F25F8; }
a { background-color: rgb(159,37,248); }
div.DivClassName
{
background-color: #9F25F8;
}
.BgClassName
{
background-color: #9F25F8;
}
</style>
border-color css
<style>
span { border-color: #9F25F8; }
span { border-color: rgb(159,37,248); }
td.TdClassName
{
border-color: #9F25F8;
}
.TagClassName
{
border-color: #9F25F8;
}
</style>