Shades of Dark Purple #9D307F
Tints of Dark Purple #9D307F
RGB
CMYK
RGB Variations
Color information
#9D307F (or 0x9D307F) is known color: Dark Purple. HEX triplet: 9D, 30 and 7F. RGB value is (157,48,127). Sum of RGB (Red+Green+Blue) = 157+48+127=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D307F is #62CF80. Grayscale: #595959. Windows color (decimal): -6475649 or 8335517. OLE color: 8335517.
HSL color Cylindrical-coordinate representation of color #9D307F: hue angle of 316.51º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D307F is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 48 | 127 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.38 |
| HSL | 316.51º | 0.53% | 0.4% | - |
| HSV(B) | 316.51º | 0.69% | 0.62% | - |
| XYZ | 18.79 | 10.81 | 21.18 | - |
| YUV | 89.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 48 | 127 | 0 | 0.69 | 0.19 | 0.38 | 316.51 | 0.53 | 0.4 |
| Hex | 9D | 30 | 7F | 0 | 45 | 13 | 26 | 13D | 35 | 28 |
| Octal | 235 | 60 | 177 | 0 | 105 | 23 | 46 | 475 | 65 | 50 |
| Binary | 10011101 | 110000 | 1111111 | 0 | 1000101 | 10011 | 100110 | 100111101 | 110101 | 101000 |
Color Harmonies of #9D307F
Complementary color
Monochromatic Colors of #9D307F
Black with #9D307F
Text Example
Text Example
White with #9D307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D307F; }
p { color: rgb(157,48,127); }
H1.HeaderClassName
{
color: #9D307F;
}
.AnyTagClassName
{
color: #9D307F;
}
</style>
background-color css
<style>
a { background-color: #9D307F; }
a { background-color: rgb(157,48,127); }
div.DivClassName
{
background-color: #9D307F;
}
.BgClassName
{
background-color: #9D307F;
}
</style>
border-color css
<style>
span { border-color: #9D307F; }
span { border-color: rgb(157,48,127); }
td.TdClassName
{
border-color: #9D307F;
}
.TagClassName
{
border-color: #9D307F;
}
</style>