Shades of Dark Purple #9A2B72
Tints of Dark Purple #9A2B72
RGB
CMYK
RGB Variations
Color information
#9A2B72 (or 0x9A2B72) is known color: Dark Purple. HEX triplet: 9A, 2B and 72. RGB value is (154,43,114). Sum of RGB (Red+Green+Blue) = 154+43+114=311 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.52% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2B72 is #65D48D. Grayscale: #545454. Windows color (decimal): -6673550 or 7482266. OLE color: 7482266.
HSL color Cylindrical-coordinate representation of color #9A2B72: hue angle of 321.62º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A2B72 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 43 | 114 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.40 |
| HSL | 321.62º | 0.56% | 0.39% | - |
| HSV(B) | 321.62º | 0.72% | 0.6% | - |
| XYZ | 17.23 | 9.81 | 16.91 | - |
| YUV | 84.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 43 | 114 | 0 | 0.72 | 0.26 | 0.40 | 321.62 | 0.56 | 0.39 |
| Hex | 9A | 2B | 72 | 0 | 48 | 1A | 28 | 142 | 38 | 27 |
| Octal | 232 | 53 | 162 | 0 | 110 | 32 | 50 | 502 | 70 | 47 |
| Binary | 10011010 | 101011 | 1110010 | 0 | 1001000 | 11010 | 101000 | 101000010 | 111000 | 100111 |
Color Harmonies of #9A2B72
Complementary color
Monochromatic Colors of #9A2B72
Black with #9A2B72
Text Example
Text Example
White with #9A2B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2B72; }
p { color: rgb(154,43,114); }
H1.HeaderClassName
{
color: #9A2B72;
}
.AnyTagClassName
{
color: #9A2B72;
}
</style>
background-color css
<style>
a { background-color: #9A2B72; }
a { background-color: rgb(154,43,114); }
div.DivClassName
{
background-color: #9A2B72;
}
.BgClassName
{
background-color: #9A2B72;
}
</style>
border-color css
<style>
span { border-color: #9A2B72; }
span { border-color: rgb(154,43,114); }
td.TdClassName
{
border-color: #9A2B72;
}
.TagClassName
{
border-color: #9A2B72;
}
</style>