Shades of Dark Purple #99318A
Tints of Dark Purple #99318A
RGB
CMYK
RGB Variations
Color information
#99318A (or 0x99318A) is known color: Dark Purple. HEX triplet: 99, 31 and 8A. RGB value is (153,49,138). Sum of RGB (Red+Green+Blue) = 153+49+138=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #99318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99318A is #66CE75. Grayscale: #595959. Windows color (decimal): -6737526 or 9056665. OLE color: 9056665.
HSL color Cylindrical-coordinate representation of color #99318A: hue angle of 308.65º 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 #99318A is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 138 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.4 |
| HSL | 308.65º | 0.51% | 0.4% | - |
| HSV(B) | 308.65º | 0.68% | 0.6% | - |
| XYZ | 18.82 | 10.8 | 25.14 | - |
| YUV | 90.24 | 154.96 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 138 | 0 | 0.68 | 0.10 | 0.4 | 308.65 | 0.51 | 0.4 |
| Hex | 99 | 31 | 8A | 0 | 44 | A | 28 | 135 | 33 | 28 |
| Octal | 231 | 61 | 212 | 0 | 104 | 12 | 50 | 465 | 63 | 50 |
| Binary | 10011001 | 110001 | 10001010 | 0 | 1000100 | 1010 | 101000 | 100110101 | 110011 | 101000 |
Color Harmonies of #99318A
Complementary color
Monochromatic Colors of #99318A
Black with #99318A
Text Example
Text Example
White with #99318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99318A; }
p { color: rgb(153,49,138); }
H1.HeaderClassName
{
color: #99318A;
}
.AnyTagClassName
{
color: #99318A;
}
</style>
background-color css
<style>
a { background-color: #99318A; }
a { background-color: rgb(153,49,138); }
div.DivClassName
{
background-color: #99318A;
}
.BgClassName
{
background-color: #99318A;
}
</style>
border-color css
<style>
span { border-color: #99318A; }
span { border-color: rgb(153,49,138); }
td.TdClassName
{
border-color: #99318A;
}
.TagClassName
{
border-color: #99318A;
}
</style>