Shades of Blue Violet #9C2CEF
Tints of Blue Violet #9C2CEF
RGB
CMYK
RGB Variations
Color information
#9C2CEF (or 0x9C2CEF) is known color: Blue Violet. HEX triplet: 9C, 2C and EF. RGB value is (156,44,239). Sum of RGB (Red+Green+Blue) = 156+44+239=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C2CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C2CEF is #63D310. Grayscale: #636363. Windows color (decimal): -6542097 or 15674524. OLE color: 15674524.
HSL color Cylindrical-coordinate representation of color #9C2CEF: hue angle of 274.46º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C2CEF is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 44 | 239 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.06 |
| HSL | 274.46º | 0.86% | 0.55% | - |
| HSV(B) | 274.46º | 0.82% | 0.94% | - |
| XYZ | 30.19 | 15.1 | 82.98 | - |
| YUV | 99.72 | 206.61 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 44 | 239 | 0.35 | 0.82 | 0 | 0.06 | 274.46 | 0.86 | 0.55 |
| Hex | 9C | 2C | EF | 23 | 52 | 0 | 6 | 112 | 56 | 37 |
| Octal | 234 | 54 | 357 | 43 | 122 | 0 | 6 | 422 | 126 | 67 |
| Binary | 10011100 | 101100 | 11101111 | 100011 | 1010010 | 0 | 110 | 100010010 | 1010110 | 110111 |
Color Harmonies of #9C2CEF
Complementary color
Monochromatic Colors of #9C2CEF
Black with #9C2CEF
Text Example
Text Example
White with #9C2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2CEF; }
p { color: rgb(156,44,239); }
H1.HeaderClassName
{
color: #9C2CEF;
}
.AnyTagClassName
{
color: #9C2CEF;
}
</style>
background-color css
<style>
a { background-color: #9C2CEF; }
a { background-color: rgb(156,44,239); }
div.DivClassName
{
background-color: #9C2CEF;
}
.BgClassName
{
background-color: #9C2CEF;
}
</style>
border-color css
<style>
span { border-color: #9C2CEF; }
span { border-color: rgb(156,44,239); }
td.TdClassName
{
border-color: #9C2CEF;
}
.TagClassName
{
border-color: #9C2CEF;
}
</style>