Shades of Blue Violet #9625FE
Tints of Blue Violet #9625FE
RGB
CMYK
RGB Variations
Color information
#9625FE (or 0x9625FE) is known color: Blue Violet. HEX triplet: 96, 25 and FE. RGB value is (150,37,254). Sum of RGB (Red+Green+Blue) = 150+37+254=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #9625FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9625FE is #69DA01. Grayscale: #5E5E5E. Windows color (decimal): -6937090 or 16655766. OLE color: 16655766.
HSL color Cylindrical-coordinate representation of color #9625FE: hue angle of 271.24º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9625FE is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 37 | 254 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.00 |
| HSL | 271.24º | 0.99% | 0.57% | - |
| HSV(B) | 271.24º | 0.85% | 1% | - |
| XYZ | 31.13 | 14.96 | 95.01 | - |
| YUV | 95.53 | 217.44 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 254 | 0.41 | 0.85 | 0 | 0.00 | 271.24 | 0.99 | 0.57 |
| Hex | 96 | 25 | FE | 29 | 55 | 0 | 0 | 10F | 63 | 39 |
| Octal | 226 | 45 | 376 | 51 | 125 | 0 | 0 | 417 | 143 | 71 |
| Binary | 10010110 | 100101 | 11111110 | 101001 | 1010101 | 0 | 0 | 100001111 | 1100011 | 111001 |
Color Harmonies of #9625FE
Complementary color
Monochromatic Colors of #9625FE
Black with #9625FE
Text Example
Text Example
White with #9625FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9625FE; }
p { color: rgb(150,37,254); }
H1.HeaderClassName
{
color: #9625FE;
}
.AnyTagClassName
{
color: #9625FE;
}
</style>
background-color css
<style>
a { background-color: #9625FE; }
a { background-color: rgb(150,37,254); }
div.DivClassName
{
background-color: #9625FE;
}
.BgClassName
{
background-color: #9625FE;
}
</style>
border-color css
<style>
span { border-color: #9625FE; }
span { border-color: rgb(150,37,254); }
td.TdClassName
{
border-color: #9625FE;
}
.TagClassName
{
border-color: #9625FE;
}
</style>