Shades of Blue Violet #9C1BDE
Tints of Blue Violet #9C1BDE
RGB
CMYK
RGB Variations
Color information
#9C1BDE (or 0x9C1BDE) is known color: Blue Violet. HEX triplet: 9C, 1B and DE. RGB value is (156,27,222). Sum of RGB (Red+Green+Blue) = 156+27+222=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C1BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1BDE is #63E421. Grayscale: #575757. Windows color (decimal): -6546466 or 14556060. OLE color: 14556060.
HSL color Cylindrical-coordinate representation of color #9C1BDE: hue angle of 279.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1BDE is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 27 | 222 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.13 |
| HSL | 279.69º | 0.78% | 0.49% | - |
| HSV(B) | 279.69º | 0.88% | 0.87% | - |
| XYZ | 27.29 | 13.13 | 70.2 | - |
| YUV | 87.8 | 203.74 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 27 | 222 | 0.30 | 0.88 | 0 | 0.13 | 279.69 | 0.78 | 0.49 |
| Hex | 9C | 1B | DE | 1E | 58 | 0 | D | 118 | 4E | 31 |
| Octal | 234 | 33 | 336 | 36 | 130 | 0 | 15 | 430 | 116 | 61 |
| Binary | 10011100 | 11011 | 11011110 | 11110 | 1011000 | 0 | 1101 | 100011000 | 1001110 | 110001 |
Color Harmonies of #9C1BDE
Complementary color
Monochromatic Colors of #9C1BDE
Black with #9C1BDE
Text Example
Text Example
White with #9C1BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1BDE; }
p { color: rgb(156,27,222); }
H1.HeaderClassName
{
color: #9C1BDE;
}
.AnyTagClassName
{
color: #9C1BDE;
}
</style>
background-color css
<style>
a { background-color: #9C1BDE; }
a { background-color: rgb(156,27,222); }
div.DivClassName
{
background-color: #9C1BDE;
}
.BgClassName
{
background-color: #9C1BDE;
}
</style>
border-color css
<style>
span { border-color: #9C1BDE; }
span { border-color: rgb(156,27,222); }
td.TdClassName
{
border-color: #9C1BDE;
}
.TagClassName
{
border-color: #9C1BDE;
}
</style>