Shades of Blue Violet #9C48EA
Tints of Blue Violet #9C48EA
RGB
CMYK
RGB Variations
Color information
#9C48EA (or 0x9C48EA) is known color: Blue Violet. HEX triplet: 9C, 48 and EA. RGB value is (156,72,234). Sum of RGB (Red+Green+Blue) = 156+72+234=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C48EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C48EA is #63B715. Grayscale: #737373. Windows color (decimal): -6534934 or 15354012. OLE color: 15354012.
HSL color Cylindrical-coordinate representation of color #9C48EA: hue angle of 271.11º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C48EA is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 72 | 234 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.08 |
| HSL | 271.11º | 0.79% | 0.6% | - |
| HSV(B) | 271.11º | 0.69% | 0.92% | - |
| XYZ | 30.88 | 17.64 | 79.62 | - |
| YUV | 115.58 | 194.83 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 72 | 234 | 0.33 | 0.69 | 0 | 0.08 | 271.11 | 0.79 | 0.6 |
| Hex | 9C | 48 | EA | 21 | 45 | 0 | 8 | 10F | 4F | 3C |
| Octal | 234 | 110 | 352 | 41 | 105 | 0 | 10 | 417 | 117 | 74 |
| Binary | 10011100 | 1001000 | 11101010 | 100001 | 1000101 | 0 | 1000 | 100001111 | 1001111 | 111100 |
Color Harmonies of #9C48EA
Complementary color
Monochromatic Colors of #9C48EA
Black with #9C48EA
Text Example
Text Example
White with #9C48EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C48EA; }
p { color: rgb(156,72,234); }
H1.HeaderClassName
{
color: #9C48EA;
}
.AnyTagClassName
{
color: #9C48EA;
}
</style>
background-color css
<style>
a { background-color: #9C48EA; }
a { background-color: rgb(156,72,234); }
div.DivClassName
{
background-color: #9C48EA;
}
.BgClassName
{
background-color: #9C48EA;
}
</style>
border-color css
<style>
span { border-color: #9C48EA; }
span { border-color: rgb(156,72,234); }
td.TdClassName
{
border-color: #9C48EA;
}
.TagClassName
{
border-color: #9C48EA;
}
</style>