Shades of Blue Violet #9C48EE
Tints of Blue Violet #9C48EE
RGB
CMYK
RGB Variations
Color information
#9C48EE (or 0x9C48EE) is known color: Blue Violet. HEX triplet: 9C, 48 and EE. RGB value is (156,72,238). Sum of RGB (Red+Green+Blue) = 156+72+238=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #9C48EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C48EE is #63B711. Grayscale: #737373. Windows color (decimal): -6534930 or 15616156. OLE color: 15616156.
HSL color Cylindrical-coordinate representation of color #9C48EE: hue angle of 270.36º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C48EE is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 72 | 238 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.07 |
| HSL | 270.36º | 0.83% | 0.61% | - |
| HSV(B) | 270.36º | 0.7% | 0.93% | - |
| XYZ | 31.46 | 17.88 | 82.68 | - |
| YUV | 116.04 | 196.83 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 72 | 238 | 0.34 | 0.70 | 0 | 0.07 | 270.36 | 0.83 | 0.61 |
| Hex | 9C | 48 | EE | 22 | 46 | 0 | 7 | 10E | 53 | 3D |
| Octal | 234 | 110 | 356 | 42 | 106 | 0 | 7 | 416 | 123 | 75 |
| Binary | 10011100 | 1001000 | 11101110 | 100010 | 1000110 | 0 | 111 | 100001110 | 1010011 | 111101 |
Color Harmonies of #9C48EE
Complementary color
Monochromatic Colors of #9C48EE
Black with #9C48EE
Text Example
Text Example
White with #9C48EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C48EE; }
p { color: rgb(156,72,238); }
H1.HeaderClassName
{
color: #9C48EE;
}
.AnyTagClassName
{
color: #9C48EE;
}
</style>
background-color css
<style>
a { background-color: #9C48EE; }
a { background-color: rgb(156,72,238); }
div.DivClassName
{
background-color: #9C48EE;
}
.BgClassName
{
background-color: #9C48EE;
}
</style>
border-color css
<style>
span { border-color: #9C48EE; }
span { border-color: rgb(156,72,238); }
td.TdClassName
{
border-color: #9C48EE;
}
.TagClassName
{
border-color: #9C48EE;
}
</style>