Shades of Dark Purple #99318B
Tints of Dark Purple #99318B
RGB
CMYK
RGB Variations
Color information
#99318B (or 0x99318B) is known color: Dark Purple. HEX triplet: 99, 31 and 8B. RGB value is (153,49,139). Sum of RGB (Red+Green+Blue) = 153+49+139=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #99318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99318B is #66CE74. Grayscale: #5A5A5A. Windows color (decimal): -6737525 or 9122201. OLE color: 9122201.
HSL color Cylindrical-coordinate representation of color #99318B: hue angle of 308.08º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99318B is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 139 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.4 |
| HSL | 308.08º | 0.51% | 0.4% | - |
| HSV(B) | 308.08º | 0.68% | 0.6% | - |
| XYZ | 18.9 | 10.83 | 25.52 | - |
| YUV | 90.36 | 155.46 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 139 | 0 | 0.68 | 0.09 | 0.4 | 308.08 | 0.51 | 0.4 |
| Hex | 99 | 31 | 8B | 0 | 44 | 9 | 28 | 134 | 33 | 28 |
| Octal | 231 | 61 | 213 | 0 | 104 | 11 | 50 | 464 | 63 | 50 |
| Binary | 10011001 | 110001 | 10001011 | 0 | 1000100 | 1001 | 101000 | 100110100 | 110011 | 101000 |
Color Harmonies of #99318B
Complementary color
Monochromatic Colors of #99318B
Black with #99318B
Text Example
Text Example
White with #99318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99318B; }
p { color: rgb(153,49,139); }
H1.HeaderClassName
{
color: #99318B;
}
.AnyTagClassName
{
color: #99318B;
}
</style>
background-color css
<style>
a { background-color: #99318B; }
a { background-color: rgb(153,49,139); }
div.DivClassName
{
background-color: #99318B;
}
.BgClassName
{
background-color: #99318B;
}
</style>
border-color css
<style>
span { border-color: #99318B; }
span { border-color: rgb(153,49,139); }
td.TdClassName
{
border-color: #99318B;
}
.TagClassName
{
border-color: #99318B;
}
</style>