Shades of Dark Purple #9A268B
Tints of Dark Purple #9A268B
RGB
CMYK
RGB Variations
Color information
#9A268B (or 0x9A268B) is known color: Dark Purple. HEX triplet: 9A, 26 and 8B. RGB value is (154,38,139). Sum of RGB (Red+Green+Blue) = 154+38+139=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A268B is #65D974. Grayscale: #535353. Windows color (decimal): -6674805 or 9119386. OLE color: 9119386.
HSL color Cylindrical-coordinate representation of color #9A268B: hue angle of 307.76º 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 #9A268B is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 38 | 139 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.40 |
| HSL | 307.76º | 0.6% | 0.38% | - |
| HSV(B) | 307.76º | 0.75% | 0.6% | - |
| XYZ | 18.68 | 10.12 | 25.39 | - |
| YUV | 84.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 38 | 139 | 0 | 0.75 | 0.10 | 0.40 | 307.76 | 0.6 | 0.38 |
| Hex | 9A | 26 | 8B | 0 | 4B | A | 28 | 134 | 3C | 26 |
| Octal | 232 | 46 | 213 | 0 | 113 | 12 | 50 | 464 | 74 | 46 |
| Binary | 10011010 | 100110 | 10001011 | 0 | 1001011 | 1010 | 101000 | 100110100 | 111100 | 100110 |
Color Harmonies of #9A268B
Complementary color
Monochromatic Colors of #9A268B
Black with #9A268B
Text Example
Text Example
White with #9A268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A268B; }
p { color: rgb(154,38,139); }
H1.HeaderClassName
{
color: #9A268B;
}
.AnyTagClassName
{
color: #9A268B;
}
</style>
background-color css
<style>
a { background-color: #9A268B; }
a { background-color: rgb(154,38,139); }
div.DivClassName
{
background-color: #9A268B;
}
.BgClassName
{
background-color: #9A268B;
}
</style>
border-color css
<style>
span { border-color: #9A268B; }
span { border-color: rgb(154,38,139); }
td.TdClassName
{
border-color: #9A268B;
}
.TagClassName
{
border-color: #9A268B;
}
</style>