Shades of Dark Purple #9B2D8E
Tints of Dark Purple #9B2D8E
RGB
CMYK
RGB Variations
Color information
#9B2D8E (or 0x9B2D8E) is known color: Dark Purple. HEX triplet: 9B, 2D and 8E. RGB value is (155,45,142). Sum of RGB (Red+Green+Blue) = 155+45+142=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2D8E is #64D271. Grayscale: #585858. Windows color (decimal): -6607474 or 9317787. OLE color: 9317787.
HSL color Cylindrical-coordinate representation of color #9B2D8E: hue angle of 307.09º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B2D8E is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 45 | 142 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.39 |
| HSL | 307.09º | 0.55% | 0.39% | - |
| HSV(B) | 307.09º | 0.71% | 0.61% | - |
| XYZ | 19.34 | 10.8 | 26.66 | - |
| YUV | 88.95 | 157.94 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 142 | 0 | 0.71 | 0.08 | 0.39 | 307.09 | 0.55 | 0.39 |
| Hex | 9B | 2D | 8E | 0 | 47 | 8 | 27 | 133 | 37 | 27 |
| Octal | 233 | 55 | 216 | 0 | 107 | 10 | 47 | 463 | 67 | 47 |
| Binary | 10011011 | 101101 | 10001110 | 0 | 1000111 | 1000 | 100111 | 100110011 | 110111 | 100111 |
Color Harmonies of #9B2D8E
Complementary color
Monochromatic Colors of #9B2D8E
Black with #9B2D8E
Text Example
Text Example
White with #9B2D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2D8E; }
p { color: rgb(155,45,142); }
H1.HeaderClassName
{
color: #9B2D8E;
}
.AnyTagClassName
{
color: #9B2D8E;
}
</style>
background-color css
<style>
a { background-color: #9B2D8E; }
a { background-color: rgb(155,45,142); }
div.DivClassName
{
background-color: #9B2D8E;
}
.BgClassName
{
background-color: #9B2D8E;
}
</style>
border-color css
<style>
span { border-color: #9B2D8E; }
span { border-color: rgb(155,45,142); }
td.TdClassName
{
border-color: #9B2D8E;
}
.TagClassName
{
border-color: #9B2D8E;
}
</style>