Shades of Dark Purple #9A207B
Tints of Dark Purple #9A207B
RGB
CMYK
RGB Variations
Color information
#9A207B (or 0x9A207B) is known color: Dark Purple. HEX triplet: 9A, 20 and 7B. RGB value is (154,32,123). Sum of RGB (Red+Green+Blue) = 154+32+123=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A207B is #65DF84. Grayscale: #4E4E4E. Windows color (decimal): -6676357 or 8069274. OLE color: 8069274.
HSL color Cylindrical-coordinate representation of color #9A207B: hue angle of 315.25º 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 #9A207B is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 32 | 123 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.40 |
| HSL | 315.25º | 0.66% | 0.36% | - |
| HSV(B) | 315.25º | 0.79% | 0.6% | - |
| XYZ | 17.42 | 9.33 | 19.62 | - |
| YUV | 78.85 | 152.92 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 32 | 123 | 0 | 0.79 | 0.20 | 0.40 | 315.25 | 0.66 | 0.36 |
| Hex | 9A | 20 | 7B | 0 | 4F | 14 | 28 | 13B | 42 | 24 |
| Octal | 232 | 40 | 173 | 0 | 117 | 24 | 50 | 473 | 102 | 44 |
| Binary | 10011010 | 100000 | 1111011 | 0 | 1001111 | 10100 | 101000 | 100111011 | 1000010 | 100100 |
Color Harmonies of #9A207B
Complementary color
Monochromatic Colors of #9A207B
Black with #9A207B
Text Example
Text Example
White with #9A207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A207B; }
p { color: rgb(154,32,123); }
H1.HeaderClassName
{
color: #9A207B;
}
.AnyTagClassName
{
color: #9A207B;
}
</style>
background-color css
<style>
a { background-color: #9A207B; }
a { background-color: rgb(154,32,123); }
div.DivClassName
{
background-color: #9A207B;
}
.BgClassName
{
background-color: #9A207B;
}
</style>
border-color css
<style>
span { border-color: #9A207B; }
span { border-color: rgb(154,32,123); }
td.TdClassName
{
border-color: #9A207B;
}
.TagClassName
{
border-color: #9A207B;
}
</style>