Shades of Blue Violet #9C28EB
Tints of Blue Violet #9C28EB
RGB
CMYK
RGB Variations
Color information
#9C28EB (or 0x9C28EB) is known color: Blue Violet. HEX triplet: 9C, 28 and EB. RGB value is (156,40,235). Sum of RGB (Red+Green+Blue) = 156+40+235=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C28EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C28EB is #63D714. Grayscale: #606060. Windows color (decimal): -6543125 or 15411356. OLE color: 15411356.
HSL color Cylindrical-coordinate representation of color #9C28EB: hue angle of 275.69º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C28EB is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 40 | 235 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.08 |
| HSL | 275.69º | 0.83% | 0.54% | - |
| HSV(B) | 275.69º | 0.83% | 0.92% | - |
| XYZ | 29.46 | 14.58 | 79.86 | - |
| YUV | 96.91 | 205.93 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 235 | 0.34 | 0.83 | 0 | 0.08 | 275.69 | 0.83 | 0.54 |
| Hex | 9C | 28 | EB | 22 | 53 | 0 | 8 | 114 | 53 | 36 |
| Octal | 234 | 50 | 353 | 42 | 123 | 0 | 10 | 424 | 123 | 66 |
| Binary | 10011100 | 101000 | 11101011 | 100010 | 1010011 | 0 | 1000 | 100010100 | 1010011 | 110110 |
Color Harmonies of #9C28EB
Complementary color
Monochromatic Colors of #9C28EB
Black with #9C28EB
Text Example
Text Example
White with #9C28EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C28EB; }
p { color: rgb(156,40,235); }
H1.HeaderClassName
{
color: #9C28EB;
}
.AnyTagClassName
{
color: #9C28EB;
}
</style>
background-color css
<style>
a { background-color: #9C28EB; }
a { background-color: rgb(156,40,235); }
div.DivClassName
{
background-color: #9C28EB;
}
.BgClassName
{
background-color: #9C28EB;
}
</style>
border-color css
<style>
span { border-color: #9C28EB; }
span { border-color: rgb(156,40,235); }
td.TdClassName
{
border-color: #9C28EB;
}
.TagClassName
{
border-color: #9C28EB;
}
</style>