Shades of Dark Purple #99308D
Tints of Dark Purple #99308D
RGB
CMYK
RGB Variations
Color information
#99308D (or 0x99308D) is known color: Dark Purple. HEX triplet: 99, 30 and 8D. RGB value is (153,48,141). Sum of RGB (Red+Green+Blue) = 153+48+141=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #99308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99308D is #66CF72. Grayscale: #595959. Windows color (decimal): -6737779 or 9253017. OLE color: 9253017.
HSL color Cylindrical-coordinate representation of color #99308D: hue angle of 306.86º 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 #99308D is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 48 | 141 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.4 |
| HSL | 306.86º | 0.52% | 0.39% | - |
| HSV(B) | 306.86º | 0.69% | 0.6% | - |
| XYZ | 19 | 10.81 | 26.28 | - |
| YUV | 90 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 48 | 141 | 0 | 0.69 | 0.08 | 0.4 | 306.86 | 0.52 | 0.39 |
| Hex | 99 | 30 | 8D | 0 | 45 | 8 | 28 | 133 | 34 | 27 |
| Octal | 231 | 60 | 215 | 0 | 105 | 10 | 50 | 463 | 64 | 47 |
| Binary | 10011001 | 110000 | 10001101 | 0 | 1000101 | 1000 | 101000 | 100110011 | 110100 | 100111 |
Color Harmonies of #99308D
Complementary color
Monochromatic Colors of #99308D
Black with #99308D
Text Example
Text Example
White with #99308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99308D; }
p { color: rgb(153,48,141); }
H1.HeaderClassName
{
color: #99308D;
}
.AnyTagClassName
{
color: #99308D;
}
</style>
background-color css
<style>
a { background-color: #99308D; }
a { background-color: rgb(153,48,141); }
div.DivClassName
{
background-color: #99308D;
}
.BgClassName
{
background-color: #99308D;
}
</style>
border-color css
<style>
span { border-color: #99308D; }
span { border-color: rgb(153,48,141); }
td.TdClassName
{
border-color: #99308D;
}
.TagClassName
{
border-color: #99308D;
}
</style>