Shades of Blue Violet #9C1DED
Tints of Blue Violet #9C1DED
RGB
CMYK
RGB Variations
Color information
#9C1DED (or 0x9C1DED) is known color: Blue Violet. HEX triplet: 9C, 1D and ED. RGB value is (156,29,237). Sum of RGB (Red+Green+Blue) = 156+29+237=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C1DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C1DED is #63E212. Grayscale: #595959. Windows color (decimal): -6545939 or 15539612. OLE color: 15539612.
HSL color Cylindrical-coordinate representation of color #9C1DED: hue angle of 276.63º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1DED is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 29 | 237 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.07 |
| HSL | 276.63º | 0.85% | 0.52% | - |
| HSV(B) | 276.63º | 0.88% | 0.93% | - |
| XYZ | 29.44 | 14.06 | 81.28 | - |
| YUV | 90.69 | 210.58 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 29 | 237 | 0.34 | 0.88 | 0 | 0.07 | 276.63 | 0.85 | 0.52 |
| Hex | 9C | 1D | ED | 22 | 58 | 0 | 7 | 115 | 55 | 34 |
| Octal | 234 | 35 | 355 | 42 | 130 | 0 | 7 | 425 | 125 | 64 |
| Binary | 10011100 | 11101 | 11101101 | 100010 | 1011000 | 0 | 111 | 100010101 | 1010101 | 110100 |
Color Harmonies of #9C1DED
Complementary color
Monochromatic Colors of #9C1DED
Black with #9C1DED
Text Example
Text Example
White with #9C1DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1DED; }
p { color: rgb(156,29,237); }
H1.HeaderClassName
{
color: #9C1DED;
}
.AnyTagClassName
{
color: #9C1DED;
}
</style>
background-color css
<style>
a { background-color: #9C1DED; }
a { background-color: rgb(156,29,237); }
div.DivClassName
{
background-color: #9C1DED;
}
.BgClassName
{
background-color: #9C1DED;
}
</style>
border-color css
<style>
span { border-color: #9C1DED; }
span { border-color: rgb(156,29,237); }
td.TdClassName
{
border-color: #9C1DED;
}
.TagClassName
{
border-color: #9C1DED;
}
</style>