Shades of Blue Violet #9C37EE
Tints of Blue Violet #9C37EE
RGB
CMYK
RGB Variations
Color information
#9C37EE (or 0x9C37EE) is known color: Blue Violet. HEX triplet: 9C, 37 and EE. RGB value is (156,55,238). Sum of RGB (Red+Green+Blue) = 156+55+238=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #9C37EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C37EE is #63C811. Grayscale: #696969. Windows color (decimal): -6539282 or 15611804. OLE color: 15611804.
HSL color Cylindrical-coordinate representation of color #9C37EE: hue angle of 273.11º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C37EE is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 55 | 238 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.07 |
| HSL | 273.11º | 0.84% | 0.57% | - |
| HSV(B) | 273.11º | 0.77% | 0.93% | - |
| XYZ | 30.51 | 15.97 | 82.36 | - |
| YUV | 106.06 | 202.46 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 55 | 238 | 0.34 | 0.77 | 0 | 0.07 | 273.11 | 0.84 | 0.57 |
| Hex | 9C | 37 | EE | 22 | 4D | 0 | 7 | 111 | 54 | 39 |
| Octal | 234 | 67 | 356 | 42 | 115 | 0 | 7 | 421 | 124 | 71 |
| Binary | 10011100 | 110111 | 11101110 | 100010 | 1001101 | 0 | 111 | 100010001 | 1010100 | 111001 |
Color Harmonies of #9C37EE
Complementary color
Monochromatic Colors of #9C37EE
Black with #9C37EE
Text Example
Text Example
White with #9C37EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C37EE; }
p { color: rgb(156,55,238); }
H1.HeaderClassName
{
color: #9C37EE;
}
.AnyTagClassName
{
color: #9C37EE;
}
</style>
background-color css
<style>
a { background-color: #9C37EE; }
a { background-color: rgb(156,55,238); }
div.DivClassName
{
background-color: #9C37EE;
}
.BgClassName
{
background-color: #9C37EE;
}
</style>
border-color css
<style>
span { border-color: #9C37EE; }
span { border-color: rgb(156,55,238); }
td.TdClassName
{
border-color: #9C37EE;
}
.TagClassName
{
border-color: #9C37EE;
}
</style>