Shades of Blue Violet #9F25EE
Tints of Blue Violet #9F25EE
RGB
CMYK
RGB Variations
Color information
#9F25EE (or 0x9F25EE) is known color: Blue Violet. HEX triplet: 9F, 25 and EE. RGB value is (159,37,238). Sum of RGB (Red+Green+Blue) = 159+37+238=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F25EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F25EE is #60DA11. Grayscale: #5F5F5F. Windows color (decimal): -6347282 or 15607199. OLE color: 15607199.
HSL color Cylindrical-coordinate representation of color #9F25EE: hue angle of 276.42º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F25EE is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 37 | 238 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.07 |
| HSL | 276.42º | 0.86% | 0.54% | - |
| HSV(B) | 276.42º | 0.84% | 0.93% | - |
| XYZ | 30.39 | 14.87 | 82.16 | - |
| YUV | 96.39 | 207.92 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 238 | 0.33 | 0.84 | 0 | 0.07 | 276.42 | 0.86 | 0.54 |
| Hex | 9F | 25 | EE | 21 | 54 | 0 | 7 | 114 | 56 | 36 |
| Octal | 237 | 45 | 356 | 41 | 124 | 0 | 7 | 424 | 126 | 66 |
| Binary | 10011111 | 100101 | 11101110 | 100001 | 1010100 | 0 | 111 | 100010100 | 1010110 | 110110 |
Color Harmonies of #9F25EE
Complementary color
Monochromatic Colors of #9F25EE
Black with #9F25EE
Text Example
Text Example
White with #9F25EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F25EE; }
p { color: rgb(159,37,238); }
H1.HeaderClassName
{
color: #9F25EE;
}
.AnyTagClassName
{
color: #9F25EE;
}
</style>
background-color css
<style>
a { background-color: #9F25EE; }
a { background-color: rgb(159,37,238); }
div.DivClassName
{
background-color: #9F25EE;
}
.BgClassName
{
background-color: #9F25EE;
}
</style>
border-color css
<style>
span { border-color: #9F25EE; }
span { border-color: rgb(159,37,238); }
td.TdClassName
{
border-color: #9F25EE;
}
.TagClassName
{
border-color: #9F25EE;
}
</style>