Shades of Dark Purple #9A278B
Tints of Dark Purple #9A278B
RGB
CMYK
RGB Variations
Color information
#9A278B (or 0x9A278B) is known color: Dark Purple. HEX triplet: 9A, 27 and 8B. RGB value is (154,39,139). Sum of RGB (Red+Green+Blue) = 154+39+139=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 154 - color contains mainly: red. Hex color #9A278B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A278B is #65D874. Grayscale: #545454. Windows color (decimal): -6674549 or 9119642. OLE color: 9119642.
HSL color Cylindrical-coordinate representation of color #9A278B: hue angle of 307.83º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A278B is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 39 | 139 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.40 |
| HSL | 307.83º | 0.6% | 0.38% | - |
| HSV(B) | 307.83º | 0.75% | 0.6% | - |
| XYZ | 18.71 | 10.19 | 25.41 | - |
| YUV | 84.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 39 | 139 | 0 | 0.75 | 0.10 | 0.40 | 307.83 | 0.6 | 0.38 |
| Hex | 9A | 27 | 8B | 0 | 4B | A | 28 | 134 | 3C | 26 |
| Octal | 232 | 47 | 213 | 0 | 113 | 12 | 50 | 464 | 74 | 46 |
| Binary | 10011010 | 100111 | 10001011 | 0 | 1001011 | 1010 | 101000 | 100110100 | 111100 | 100110 |
Color Harmonies of #9A278B
Complementary color
Monochromatic Colors of #9A278B
Black with #9A278B
Text Example
Text Example
White with #9A278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A278B; }
p { color: rgb(154,39,139); }
H1.HeaderClassName
{
color: #9A278B;
}
.AnyTagClassName
{
color: #9A278B;
}
</style>
background-color css
<style>
a { background-color: #9A278B; }
a { background-color: rgb(154,39,139); }
div.DivClassName
{
background-color: #9A278B;
}
.BgClassName
{
background-color: #9A278B;
}
</style>
border-color css
<style>
span { border-color: #9A278B; }
span { border-color: rgb(154,39,139); }
td.TdClassName
{
border-color: #9A278B;
}
.TagClassName
{
border-color: #9A278B;
}
</style>