Shades of Vivid Violet #9C2EA4
Tints of Vivid Violet #9C2EA4
RGB
CMYK
RGB Variations
Color information
#9C2EA4 (or 0x9C2EA4) is known color: Vivid Violet. HEX triplet: 9C, 2E and A4. RGB value is (156,46,164). Sum of RGB (Red+Green+Blue) = 156+46+164=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 164 - color contains mainly: blue. Hex color #9C2EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2EA4 is #63D15B. Grayscale: #5B5B5B. Windows color (decimal): -6541660 or 10759836. OLE color: 10759836.
HSL color Cylindrical-coordinate representation of color #9C2EA4: hue angle of 295.93º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C2EA4 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 46 | 164 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.36 |
| HSL | 295.93º | 0.56% | 0.41% | - |
| HSV(B) | 295.93º | 0.72% | 0.64% | - |
| XYZ | 21.39 | 11.7 | 36.25 | - |
| YUV | 92.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 46 | 164 | 0.05 | 0.72 | 0 | 0.36 | 295.93 | 0.56 | 0.41 |
| Hex | 9C | 2E | A4 | 5 | 48 | 0 | 24 | 128 | 38 | 29 |
| Octal | 234 | 56 | 244 | 5 | 110 | 0 | 44 | 450 | 70 | 51 |
| Binary | 10011100 | 101110 | 10100100 | 101 | 1001000 | 0 | 100100 | 100101000 | 111000 | 101001 |
Color Harmonies of #9C2EA4
Complementary color
Monochromatic Colors of #9C2EA4
Black with #9C2EA4
Text Example
Text Example
White with #9C2EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2EA4; }
p { color: rgb(156,46,164); }
H1.HeaderClassName
{
color: #9C2EA4;
}
.AnyTagClassName
{
color: #9C2EA4;
}
</style>
background-color css
<style>
a { background-color: #9C2EA4; }
a { background-color: rgb(156,46,164); }
div.DivClassName
{
background-color: #9C2EA4;
}
.BgClassName
{
background-color: #9C2EA4;
}
</style>
border-color css
<style>
span { border-color: #9C2EA4; }
span { border-color: rgb(156,46,164); }
td.TdClassName
{
border-color: #9C2EA4;
}
.TagClassName
{
border-color: #9C2EA4;
}
</style>