Shades of Dark Purple #9B2A8A
Tints of Dark Purple #9B2A8A
RGB
CMYK
RGB Variations
Color information
#9B2A8A (or 0x9B2A8A) is known color: Dark Purple. HEX triplet: 9B, 2A and 8A. RGB value is (155,42,138). Sum of RGB (Red+Green+Blue) = 155+42+138=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2A8A is #64D575. Grayscale: #565656. Windows color (decimal): -6608246 or 9054875. OLE color: 9054875.
HSL color Cylindrical-coordinate representation of color #9B2A8A: hue angle of 309.03º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B2A8A is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 42 | 138 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.39 |
| HSL | 309.03º | 0.57% | 0.39% | - |
| HSV(B) | 309.03º | 0.73% | 0.61% | - |
| XYZ | 18.93 | 10.46 | 25.07 | - |
| YUV | 86.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 42 | 138 | 0 | 0.73 | 0.11 | 0.39 | 309.03 | 0.57 | 0.39 |
| Hex | 9B | 2A | 8A | 0 | 49 | B | 27 | 135 | 39 | 27 |
| Octal | 233 | 52 | 212 | 0 | 111 | 13 | 47 | 465 | 71 | 47 |
| Binary | 10011011 | 101010 | 10001010 | 0 | 1001001 | 1011 | 100111 | 100110101 | 111001 | 100111 |
Color Harmonies of #9B2A8A
Complementary color
Monochromatic Colors of #9B2A8A
Black with #9B2A8A
Text Example
Text Example
White with #9B2A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2A8A; }
p { color: rgb(155,42,138); }
H1.HeaderClassName
{
color: #9B2A8A;
}
.AnyTagClassName
{
color: #9B2A8A;
}
</style>
background-color css
<style>
a { background-color: #9B2A8A; }
a { background-color: rgb(155,42,138); }
div.DivClassName
{
background-color: #9B2A8A;
}
.BgClassName
{
background-color: #9B2A8A;
}
</style>
border-color css
<style>
span { border-color: #9B2A8A; }
span { border-color: rgb(155,42,138); }
td.TdClassName
{
border-color: #9B2A8A;
}
.TagClassName
{
border-color: #9B2A8A;
}
</style>