Shades of Blue Violet #9D25FF
Tints of Blue Violet #9D25FF
RGB
CMYK
RGB Variations
Color information
#9D25FF (or 0x9D25FF) is known color: Blue Violet. HEX triplet: 9D, 25 and FF. RGB value is (157,37,255). Sum of RGB (Red+Green+Blue) = 157+37+255=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D25FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D25FF is #62DA00. Grayscale: #606060. Windows color (decimal): -6478337 or 16721309. OLE color: 16721309.
HSL color Cylindrical-coordinate representation of color #9D25FF: hue angle of 273.03º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D25FF is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 37 | 255 | - |
| CMYK | 0.38 | 0.85 | 0 | 0 |
| HSL | 273.03º | 1% | 0.57% | - |
| HSV(B) | 273.03º | 0.85% | 1% | - |
| XYZ | 32.62 | 15.71 | 95.92 | - |
| YUV | 97.73 | 216.76 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 255 | 0.38 | 0.85 | 0 | 0 | 273.03 | 1 | 0.57 |
| Hex | 9D | 25 | FF | 26 | 55 | 0 | 0 | 111 | 64 | 39 |
| Octal | 235 | 45 | 377 | 46 | 125 | 0 | 0 | 421 | 144 | 71 |
| Binary | 10011101 | 100101 | 11111111 | 100110 | 1010101 | 0 | 0 | 100010001 | 1100100 | 111001 |
Color Harmonies of #9D25FF
Complementary color
Monochromatic Colors of #9D25FF
Black with #9D25FF
Text Example
Text Example
White with #9D25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D25FF; }
p { color: rgb(157,37,255); }
H1.HeaderClassName
{
color: #9D25FF;
}
.AnyTagClassName
{
color: #9D25FF;
}
</style>
background-color css
<style>
a { background-color: #9D25FF; }
a { background-color: rgb(157,37,255); }
div.DivClassName
{
background-color: #9D25FF;
}
.BgClassName
{
background-color: #9D25FF;
}
</style>
border-color css
<style>
span { border-color: #9D25FF; }
span { border-color: rgb(157,37,255); }
td.TdClassName
{
border-color: #9D25FF;
}
.TagClassName
{
border-color: #9D25FF;
}
</style>