Shades of Dark Purple #99308F
Tints of Dark Purple #99308F
RGB
CMYK
RGB Variations
Color information
#99308F (or 0x99308F) is known color: Dark Purple. HEX triplet: 99, 30 and 8F. RGB value is (153,48,143). Sum of RGB (Red+Green+Blue) = 153+48+143=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99308F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99308F is #66CF70. Grayscale: #595959. Windows color (decimal): -6737777 or 9384089. OLE color: 9384089.
HSL color Cylindrical-coordinate representation of color #99308F: hue angle of 305.71º 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 #99308F is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 48 | 143 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.4 |
| HSL | 305.71º | 0.52% | 0.39% | - |
| HSV(B) | 305.71º | 0.69% | 0.6% | - |
| XYZ | 19.15 | 10.87 | 27.08 | - |
| YUV | 90.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 48 | 143 | 0 | 0.69 | 0.07 | 0.4 | 305.71 | 0.52 | 0.39 |
| Hex | 99 | 30 | 8F | 0 | 45 | 7 | 28 | 132 | 34 | 27 |
| Octal | 231 | 60 | 217 | 0 | 105 | 7 | 50 | 462 | 64 | 47 |
| Binary | 10011001 | 110000 | 10001111 | 0 | 1000101 | 111 | 101000 | 100110010 | 110100 | 100111 |
Color Harmonies of #99308F
Complementary color
Monochromatic Colors of #99308F
Black with #99308F
Text Example
Text Example
White with #99308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99308F; }
p { color: rgb(153,48,143); }
H1.HeaderClassName
{
color: #99308F;
}
.AnyTagClassName
{
color: #99308F;
}
</style>
background-color css
<style>
a { background-color: #99308F; }
a { background-color: rgb(153,48,143); }
div.DivClassName
{
background-color: #99308F;
}
.BgClassName
{
background-color: #99308F;
}
</style>
border-color css
<style>
span { border-color: #99308F; }
span { border-color: rgb(153,48,143); }
td.TdClassName
{
border-color: #99308F;
}
.TagClassName
{
border-color: #99308F;
}
</style>