Shades of Blue Violet #9C2BDF
Tints of Blue Violet #9C2BDF
RGB
CMYK
RGB Variations
Color information
#9C2BDF (or 0x9C2BDF) is known color: Blue Violet. HEX triplet: 9C, 2B and DF. RGB value is (156,43,223). Sum of RGB (Red+Green+Blue) = 156+43+223=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C2BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2BDF is #63D420. Grayscale: #606060. Windows color (decimal): -6542369 or 14625692. OLE color: 14625692.
HSL color Cylindrical-coordinate representation of color #9C2BDF: hue angle of 277.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C2BDF is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 43 | 223 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.13 |
| HSL | 277.67º | 0.74% | 0.52% | - |
| HSV(B) | 277.67º | 0.81% | 0.87% | - |
| XYZ | 27.89 | 14.12 | 71.07 | - |
| YUV | 97.31 | 198.94 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 223 | 0.30 | 0.81 | 0 | 0.13 | 277.67 | 0.74 | 0.52 |
| Hex | 9C | 2B | DF | 1E | 51 | 0 | D | 116 | 4A | 34 |
| Octal | 234 | 53 | 337 | 36 | 121 | 0 | 15 | 426 | 112 | 64 |
| Binary | 10011100 | 101011 | 11011111 | 11110 | 1010001 | 0 | 1101 | 100010110 | 1001010 | 110100 |
Color Harmonies of #9C2BDF
Complementary color
Monochromatic Colors of #9C2BDF
Black with #9C2BDF
Text Example
Text Example
White with #9C2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2BDF; }
p { color: rgb(156,43,223); }
H1.HeaderClassName
{
color: #9C2BDF;
}
.AnyTagClassName
{
color: #9C2BDF;
}
</style>
background-color css
<style>
a { background-color: #9C2BDF; }
a { background-color: rgb(156,43,223); }
div.DivClassName
{
background-color: #9C2BDF;
}
.BgClassName
{
background-color: #9C2BDF;
}
</style>
border-color css
<style>
span { border-color: #9C2BDF; }
span { border-color: rgb(156,43,223); }
td.TdClassName
{
border-color: #9C2BDF;
}
.TagClassName
{
border-color: #9C2BDF;
}
</style>