Shades of Blue Violet #9C2DE0
Tints of Blue Violet #9C2DE0
RGB
CMYK
RGB Variations
Color information
#9C2DE0 (or 0x9C2DE0) is known color: Blue Violet. HEX triplet: 9C, 2D and E0. RGB value is (156,45,224). Sum of RGB (Red+Green+Blue) = 156+45+224=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 224 (87.89% from 255 or 52.71% from 425); Max value from RGB is 224 - color contains mainly: blue. Hex color #9C2DE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2DE0 is #63D21F. Grayscale: #616161. Windows color (decimal): -6541856 or 14691740. OLE color: 14691740.
HSL color Cylindrical-coordinate representation of color #9C2DE0: hue angle of 277.21º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C2DE0 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 45 | 224 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.12 |
| HSL | 277.21º | 0.74% | 0.53% | - |
| HSV(B) | 277.21º | 0.8% | 0.88% | - |
| XYZ | 28.1 | 14.33 | 71.81 | - |
| YUV | 98.6 | 198.77 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 45 | 224 | 0.30 | 0.80 | 0 | 0.12 | 277.21 | 0.74 | 0.53 |
| Hex | 9C | 2D | E0 | 1E | 50 | 0 | C | 115 | 4A | 35 |
| Octal | 234 | 55 | 340 | 36 | 120 | 0 | 14 | 425 | 112 | 65 |
| Binary | 10011100 | 101101 | 11100000 | 11110 | 1010000 | 0 | 1100 | 100010101 | 1001010 | 110101 |
Color Harmonies of #9C2DE0
Complementary color
Monochromatic Colors of #9C2DE0
Black with #9C2DE0
Text Example
Text Example
White with #9C2DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2DE0; }
p { color: rgb(156,45,224); }
H1.HeaderClassName
{
color: #9C2DE0;
}
.AnyTagClassName
{
color: #9C2DE0;
}
</style>
background-color css
<style>
a { background-color: #9C2DE0; }
a { background-color: rgb(156,45,224); }
div.DivClassName
{
background-color: #9C2DE0;
}
.BgClassName
{
background-color: #9C2DE0;
}
</style>
border-color css
<style>
span { border-color: #9C2DE0; }
span { border-color: rgb(156,45,224); }
td.TdClassName
{
border-color: #9C2DE0;
}
.TagClassName
{
border-color: #9C2DE0;
}
</style>