Shades of Blue Violet #9B25FE
Tints of Blue Violet #9B25FE
RGB
CMYK
RGB Variations
Color information
#9B25FE (or 0x9B25FE) is known color: Blue Violet. HEX triplet: 9B, 25 and FE. RGB value is (155,37,254). Sum of RGB (Red+Green+Blue) = 155+37+254=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B25FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B25FE is #64DA01. Grayscale: #606060. Windows color (decimal): -6609410 or 16655771. OLE color: 16655771.
HSL color Cylindrical-coordinate representation of color #9B25FE: hue angle of 272.63º 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 #9B25FE is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 37 | 254 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.00 |
| HSL | 272.63º | 0.99% | 0.57% | - |
| HSV(B) | 272.63º | 0.85% | 1% | - |
| XYZ | 32.07 | 15.45 | 95.06 | - |
| YUV | 97.02 | 216.59 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 254 | 0.39 | 0.85 | 0 | 0.00 | 272.63 | 0.99 | 0.57 |
| Hex | 9B | 25 | FE | 27 | 55 | 0 | 0 | 111 | 63 | 39 |
| Octal | 233 | 45 | 376 | 47 | 125 | 0 | 0 | 421 | 143 | 71 |
| Binary | 10011011 | 100101 | 11111110 | 100111 | 1010101 | 0 | 0 | 100010001 | 1100011 | 111001 |
Color Harmonies of #9B25FE
Complementary color
Monochromatic Colors of #9B25FE
Black with #9B25FE
Text Example
Text Example
White with #9B25FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B25FE; }
p { color: rgb(155,37,254); }
H1.HeaderClassName
{
color: #9B25FE;
}
.AnyTagClassName
{
color: #9B25FE;
}
</style>
background-color css
<style>
a { background-color: #9B25FE; }
a { background-color: rgb(155,37,254); }
div.DivClassName
{
background-color: #9B25FE;
}
.BgClassName
{
background-color: #9B25FE;
}
</style>
border-color css
<style>
span { border-color: #9B25FE; }
span { border-color: rgb(155,37,254); }
td.TdClassName
{
border-color: #9B25FE;
}
.TagClassName
{
border-color: #9B25FE;
}
</style>