Shades of Blue Violet #9C25FF
Tints of Blue Violet #9C25FF
RGB
CMYK
RGB Variations
Color information
#9C25FF (or 0x9C25FF) is known color: Blue Violet. HEX triplet: 9C, 25 and FF. RGB value is (156,37,255). Sum of RGB (Red+Green+Blue) = 156+37+255=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C25FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C25FF is #63DA00. Grayscale: #606060. Windows color (decimal): -6543873 or 16721308. OLE color: 16721308.
HSL color Cylindrical-coordinate representation of color #9C25FF: hue angle of 272.75º 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 #9C25FF is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 37 | 255 | - |
| CMYK | 0.39 | 0.85 | 0 | 0 |
| HSL | 272.75º | 1% | 0.57% | - |
| HSV(B) | 272.75º | 0.85% | 1% | - |
| XYZ | 32.42 | 15.61 | 95.91 | - |
| YUV | 97.43 | 216.92 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 255 | 0.39 | 0.85 | 0 | 0 | 272.75 | 1 | 0.57 |
| Hex | 9C | 25 | FF | 27 | 55 | 0 | 0 | 111 | 64 | 39 |
| Octal | 234 | 45 | 377 | 47 | 125 | 0 | 0 | 421 | 144 | 71 |
| Binary | 10011100 | 100101 | 11111111 | 100111 | 1010101 | 0 | 0 | 100010001 | 1100100 | 111001 |
Color Harmonies of #9C25FF
Complementary color
Monochromatic Colors of #9C25FF
Black with #9C25FF
Text Example
Text Example
White with #9C25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C25FF; }
p { color: rgb(156,37,255); }
H1.HeaderClassName
{
color: #9C25FF;
}
.AnyTagClassName
{
color: #9C25FF;
}
</style>
background-color css
<style>
a { background-color: #9C25FF; }
a { background-color: rgb(156,37,255); }
div.DivClassName
{
background-color: #9C25FF;
}
.BgClassName
{
background-color: #9C25FF;
}
</style>
border-color css
<style>
span { border-color: #9C25FF; }
span { border-color: rgb(156,37,255); }
td.TdClassName
{
border-color: #9C25FF;
}
.TagClassName
{
border-color: #9C25FF;
}
</style>