Shades of Blue Violet #9C1EEE
Tints of Blue Violet #9C1EEE
RGB
CMYK
RGB Variations
Color information
#9C1EEE (or 0x9C1EEE) is known color: Blue Violet. HEX triplet: 9C, 1E and EE. RGB value is (156,30,238). Sum of RGB (Red+Green+Blue) = 156+30+238=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #9C1EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C1EEE is #63E111. Grayscale: #5A5A5A. Windows color (decimal): -6545682 or 15605404. OLE color: 15605404.
HSL color Cylindrical-coordinate representation of color #9C1EEE: hue angle of 276.35º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C1EEE is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 30 | 238 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.07 |
| HSL | 276.35º | 0.86% | 0.53% | - |
| HSV(B) | 276.35º | 0.87% | 0.93% | - |
| XYZ | 29.61 | 14.17 | 82.06 | - |
| YUV | 91.39 | 210.74 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 30 | 238 | 0.34 | 0.87 | 0 | 0.07 | 276.35 | 0.86 | 0.53 |
| Hex | 9C | 1E | EE | 22 | 57 | 0 | 7 | 114 | 56 | 35 |
| Octal | 234 | 36 | 356 | 42 | 127 | 0 | 7 | 424 | 126 | 65 |
| Binary | 10011100 | 11110 | 11101110 | 100010 | 1010111 | 0 | 111 | 100010100 | 1010110 | 110101 |
Color Harmonies of #9C1EEE
Complementary color
Monochromatic Colors of #9C1EEE
Black with #9C1EEE
Text Example
Text Example
White with #9C1EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1EEE; }
p { color: rgb(156,30,238); }
H1.HeaderClassName
{
color: #9C1EEE;
}
.AnyTagClassName
{
color: #9C1EEE;
}
</style>
background-color css
<style>
a { background-color: #9C1EEE; }
a { background-color: rgb(156,30,238); }
div.DivClassName
{
background-color: #9C1EEE;
}
.BgClassName
{
background-color: #9C1EEE;
}
</style>
border-color css
<style>
span { border-color: #9C1EEE; }
span { border-color: rgb(156,30,238); }
td.TdClassName
{
border-color: #9C1EEE;
}
.TagClassName
{
border-color: #9C1EEE;
}
</style>