Shades of Dark Purple #9B0E7C
Tints of Dark Purple #9B0E7C
RGB
CMYK
RGB Variations
Color information
#9B0E7C (or 0x9B0E7C) is known color: Dark Purple. HEX triplet: 9B, 0E and 7C. RGB value is (155,14,124). Sum of RGB (Red+Green+Blue) = 155+14+124=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0E7C is #64F183. Grayscale: #444444. Windows color (decimal): -6615428 or 8130203. OLE color: 8130203.
HSL color Cylindrical-coordinate representation of color #9B0E7C: hue angle of 313.19º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B0E7C is Cyan = 0, Magento = 0.91, Yellow = 0.2 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 14 | 124 | - |
| CMYK | 0 | 0.91 | 0.2 | 0.39 |
| HSL | 313.19º | 0.83% | 0.33% | - |
| HSV(B) | 313.19º | 0.91% | 0.61% | - |
| XYZ | 17.31 | 8.74 | 19.84 | - |
| YUV | 68.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 14 | 124 | 0 | 0.91 | 0.2 | 0.39 | 313.19 | 0.83 | 0.33 |
| Hex | 9B | E | 7C | 0 | 5B | 14 | 27 | 139 | 53 | 21 |
| Octal | 233 | 16 | 174 | 0 | 133 | 24 | 47 | 471 | 123 | 41 |
| Binary | 10011011 | 1110 | 1111100 | 0 | 1011011 | 10100 | 100111 | 100111001 | 1010011 | 100001 |
Color Harmonies of #9B0E7C
Complementary color
Monochromatic Colors of #9B0E7C
Black with #9B0E7C
Text Example
Text Example
White with #9B0E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0E7C; }
p { color: rgb(155,14,124); }
H1.HeaderClassName
{
color: #9B0E7C;
}
.AnyTagClassName
{
color: #9B0E7C;
}
</style>
background-color css
<style>
a { background-color: #9B0E7C; }
a { background-color: rgb(155,14,124); }
div.DivClassName
{
background-color: #9B0E7C;
}
.BgClassName
{
background-color: #9B0E7C;
}
</style>
border-color css
<style>
span { border-color: #9B0E7C; }
span { border-color: rgb(155,14,124); }
td.TdClassName
{
border-color: #9B0E7C;
}
.TagClassName
{
border-color: #9B0E7C;
}
</style>