Shades of Vivid Violet #9C24A5
Tints of Vivid Violet #9C24A5
RGB
CMYK
RGB Variations
Color information
#9C24A5 (or 0x9C24A5) is known color: Vivid Violet. HEX triplet: 9C, 24 and A5. RGB value is (156,36,165). Sum of RGB (Red+Green+Blue) = 156+36+165=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #9C24A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C24A5 is #63DB5A. Grayscale: #565656. Windows color (decimal): -6544219 or 10822812. OLE color: 10822812.
HSL color Cylindrical-coordinate representation of color #9C24A5: hue angle of 295.81º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C24A5 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 36 | 165 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.35 |
| HSL | 295.81º | 0.64% | 0.39% | - |
| HSV(B) | 295.81º | 0.78% | 0.65% | - |
| XYZ | 21.13 | 11.05 | 36.62 | - |
| YUV | 86.59 | 172.26 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 165 | 0.05 | 0.78 | 0 | 0.35 | 295.81 | 0.64 | 0.39 |
| Hex | 9C | 24 | A5 | 5 | 4E | 0 | 23 | 128 | 40 | 27 |
| Octal | 234 | 44 | 245 | 5 | 116 | 0 | 43 | 450 | 100 | 47 |
| Binary | 10011100 | 100100 | 10100101 | 101 | 1001110 | 0 | 100011 | 100101000 | 1000000 | 100111 |
Color Harmonies of #9C24A5
Complementary color
Monochromatic Colors of #9C24A5
Black with #9C24A5
Text Example
Text Example
White with #9C24A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C24A5; }
p { color: rgb(156,36,165); }
H1.HeaderClassName
{
color: #9C24A5;
}
.AnyTagClassName
{
color: #9C24A5;
}
</style>
background-color css
<style>
a { background-color: #9C24A5; }
a { background-color: rgb(156,36,165); }
div.DivClassName
{
background-color: #9C24A5;
}
.BgClassName
{
background-color: #9C24A5;
}
</style>
border-color css
<style>
span { border-color: #9C24A5; }
span { border-color: rgb(156,36,165); }
td.TdClassName
{
border-color: #9C24A5;
}
.TagClassName
{
border-color: #9C24A5;
}
</style>