Shades of Dark Purple #99307D
Tints of Dark Purple #99307D
RGB
CMYK
RGB Variations
Color information
#99307D (or 0x99307D) is known color: Dark Purple. HEX triplet: 99, 30 and 7D. RGB value is (153,48,125). Sum of RGB (Red+Green+Blue) = 153+48+125=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #99307D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99307D is #66CF82. Grayscale: #575757. Windows color (decimal): -6737795 or 8204441. OLE color: 8204441.
HSL color Cylindrical-coordinate representation of color #99307D: hue angle of 316º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99307D is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 48 | 125 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.4 |
| HSL | 316º | 0.52% | 0.39% | - |
| HSV(B) | 316º | 0.69% | 0.6% | - |
| XYZ | 17.9 | 10.37 | 20.46 | - |
| YUV | 88.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 48 | 125 | 0 | 0.69 | 0.18 | 0.4 | 316 | 0.52 | 0.39 |
| Hex | 99 | 30 | 7D | 0 | 45 | 12 | 28 | 13C | 34 | 27 |
| Octal | 231 | 60 | 175 | 0 | 105 | 22 | 50 | 474 | 64 | 47 |
| Binary | 10011001 | 110000 | 1111101 | 0 | 1000101 | 10010 | 101000 | 100111100 | 110100 | 100111 |
Color Harmonies of #99307D
Complementary color
Monochromatic Colors of #99307D
Black with #99307D
Text Example
Text Example
White with #99307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99307D; }
p { color: rgb(153,48,125); }
H1.HeaderClassName
{
color: #99307D;
}
.AnyTagClassName
{
color: #99307D;
}
</style>
background-color css
<style>
a { background-color: #99307D; }
a { background-color: rgb(153,48,125); }
div.DivClassName
{
background-color: #99307D;
}
.BgClassName
{
background-color: #99307D;
}
</style>
border-color css
<style>
span { border-color: #99307D; }
span { border-color: rgb(153,48,125); }
td.TdClassName
{
border-color: #99307D;
}
.TagClassName
{
border-color: #99307D;
}
</style>