Shades of Blue Violet #9D25FC
Tints of Blue Violet #9D25FC
RGB
CMYK
RGB Variations
Color information
#9D25FC (or 0x9D25FC) is known color: Blue Violet. HEX triplet: 9D, 25 and FC. RGB value is (157,37,252). Sum of RGB (Red+Green+Blue) = 157+37+252=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #9D25FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D25FC is #62DA03. Grayscale: #606060. Windows color (decimal): -6478340 or 16524701. OLE color: 16524701.
HSL color Cylindrical-coordinate representation of color #9D25FC: hue angle of 273.49º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D25FC is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 37 | 252 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.01 |
| HSL | 273.49º | 0.97% | 0.57% | - |
| HSV(B) | 273.49º | 0.85% | 0.99% | - |
| XYZ | 32.14 | 15.52 | 93.4 | - |
| YUV | 97.39 | 215.26 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 252 | 0.38 | 0.85 | 0 | 0.01 | 273.49 | 0.97 | 0.57 |
| Hex | 9D | 25 | FC | 26 | 55 | 0 | 1 | 111 | 61 | 39 |
| Octal | 235 | 45 | 374 | 46 | 125 | 0 | 1 | 421 | 141 | 71 |
| Binary | 10011101 | 100101 | 11111100 | 100110 | 1010101 | 0 | 1 | 100010001 | 1100001 | 111001 |
Color Harmonies of #9D25FC
Complementary color
Monochromatic Colors of #9D25FC
Black with #9D25FC
Text Example
Text Example
White with #9D25FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D25FC; }
p { color: rgb(157,37,252); }
H1.HeaderClassName
{
color: #9D25FC;
}
.AnyTagClassName
{
color: #9D25FC;
}
</style>
background-color css
<style>
a { background-color: #9D25FC; }
a { background-color: rgb(157,37,252); }
div.DivClassName
{
background-color: #9D25FC;
}
.BgClassName
{
background-color: #9D25FC;
}
</style>
border-color css
<style>
span { border-color: #9D25FC; }
span { border-color: rgb(157,37,252); }
td.TdClassName
{
border-color: #9D25FC;
}
.TagClassName
{
border-color: #9D25FC;
}
</style>