Shades of Dark Purple #9B307F
Tints of Dark Purple #9B307F
RGB
CMYK
RGB Variations
Color information
#9B307F (or 0x9B307F) is known color: Dark Purple. HEX triplet: 9B, 30 and 7F. RGB value is (155,48,127). Sum of RGB (Red+Green+Blue) = 155+48+127=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B307F is #64CF80. Grayscale: #585858. Windows color (decimal): -6606721 or 8335515. OLE color: 8335515.
HSL color Cylindrical-coordinate representation of color #9B307F: hue angle of 315.7º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B307F is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 48 | 127 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.39 |
| HSL | 315.7º | 0.53% | 0.4% | - |
| HSV(B) | 315.7º | 0.69% | 0.61% | - |
| XYZ | 18.41 | 10.61 | 21.16 | - |
| YUV | 89 | 149.45 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 48 | 127 | 0 | 0.69 | 0.18 | 0.39 | 315.7 | 0.53 | 0.4 |
| Hex | 9B | 30 | 7F | 0 | 45 | 12 | 27 | 13C | 35 | 28 |
| Octal | 233 | 60 | 177 | 0 | 105 | 22 | 47 | 474 | 65 | 50 |
| Binary | 10011011 | 110000 | 1111111 | 0 | 1000101 | 10010 | 100111 | 100111100 | 110101 | 101000 |
Color Harmonies of #9B307F
Complementary color
Monochromatic Colors of #9B307F
Black with #9B307F
Text Example
Text Example
White with #9B307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B307F; }
p { color: rgb(155,48,127); }
H1.HeaderClassName
{
color: #9B307F;
}
.AnyTagClassName
{
color: #9B307F;
}
</style>
background-color css
<style>
a { background-color: #9B307F; }
a { background-color: rgb(155,48,127); }
div.DivClassName
{
background-color: #9B307F;
}
.BgClassName
{
background-color: #9B307F;
}
</style>
border-color css
<style>
span { border-color: #9B307F; }
span { border-color: rgb(155,48,127); }
td.TdClassName
{
border-color: #9B307F;
}
.TagClassName
{
border-color: #9B307F;
}
</style>