Shades of Blue Violet #9C48FE
Tints of Blue Violet #9C48FE
RGB
CMYK
RGB Variations
Color information
#9C48FE (or 0x9C48FE) is known color: Blue Violet. HEX triplet: 9C, 48 and FE. RGB value is (156,72,254). Sum of RGB (Red+Green+Blue) = 156+72+254=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C48FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C48FE is #63B701. Grayscale: #757575. Windows color (decimal): -6534914 or 16664732. OLE color: 16664732.
HSL color Cylindrical-coordinate representation of color #9C48FE: hue angle of 267.69º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C48FE is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 72 | 254 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.00 |
| HSL | 267.69º | 0.99% | 0.64% | - |
| HSV(B) | 267.69º | 0.72% | 1% | - |
| XYZ | 33.92 | 18.86 | 95.62 | - |
| YUV | 117.86 | 204.83 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 72 | 254 | 0.39 | 0.72 | 0 | 0.00 | 267.69 | 0.99 | 0.64 |
| Hex | 9C | 48 | FE | 27 | 48 | 0 | 0 | 10C | 63 | 40 |
| Octal | 234 | 110 | 376 | 47 | 110 | 0 | 0 | 414 | 143 | 100 |
| Binary | 10011100 | 1001000 | 11111110 | 100111 | 1001000 | 0 | 0 | 100001100 | 1100011 | 1000000 |
Color Harmonies of #9C48FE
Complementary color
Monochromatic Colors of #9C48FE
Black with #9C48FE
Text Example
Text Example
White with #9C48FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C48FE; }
p { color: rgb(156,72,254); }
H1.HeaderClassName
{
color: #9C48FE;
}
.AnyTagClassName
{
color: #9C48FE;
}
</style>
background-color css
<style>
a { background-color: #9C48FE; }
a { background-color: rgb(156,72,254); }
div.DivClassName
{
background-color: #9C48FE;
}
.BgClassName
{
background-color: #9C48FE;
}
</style>
border-color css
<style>
span { border-color: #9C48FE; }
span { border-color: rgb(156,72,254); }
td.TdClassName
{
border-color: #9C48FE;
}
.TagClassName
{
border-color: #9C48FE;
}
</style>