Shades of Dark Purple #9A207C
Tints of Dark Purple #9A207C
RGB
CMYK
RGB Variations
Color information
#9A207C (or 0x9A207C) is known color: Dark Purple. HEX triplet: 9A, 20 and 7C. RGB value is (154,32,124). Sum of RGB (Red+Green+Blue) = 154+32+124=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A207C is #65DF83. Grayscale: #4E4E4E. Windows color (decimal): -6676356 or 8134810. OLE color: 8134810.
HSL color Cylindrical-coordinate representation of color #9A207C: hue angle of 314.75º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A207C is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 32 | 124 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.40 |
| HSL | 314.75º | 0.66% | 0.36% | - |
| HSV(B) | 314.75º | 0.79% | 0.6% | - |
| XYZ | 17.48 | 9.36 | 19.95 | - |
| YUV | 78.97 | 153.42 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 32 | 124 | 0 | 0.79 | 0.19 | 0.40 | 314.75 | 0.66 | 0.36 |
| Hex | 9A | 20 | 7C | 0 | 4F | 13 | 28 | 13B | 42 | 24 |
| Octal | 232 | 40 | 174 | 0 | 117 | 23 | 50 | 473 | 102 | 44 |
| Binary | 10011010 | 100000 | 1111100 | 0 | 1001111 | 10011 | 101000 | 100111011 | 1000010 | 100100 |
Color Harmonies of #9A207C
Complementary color
Monochromatic Colors of #9A207C
Black with #9A207C
Text Example
Text Example
White with #9A207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A207C; }
p { color: rgb(154,32,124); }
H1.HeaderClassName
{
color: #9A207C;
}
.AnyTagClassName
{
color: #9A207C;
}
</style>
background-color css
<style>
a { background-color: #9A207C; }
a { background-color: rgb(154,32,124); }
div.DivClassName
{
background-color: #9A207C;
}
.BgClassName
{
background-color: #9A207C;
}
</style>
border-color css
<style>
span { border-color: #9A207C; }
span { border-color: rgb(154,32,124); }
td.TdClassName
{
border-color: #9A207C;
}
.TagClassName
{
border-color: #9A207C;
}
</style>