Shades of Dark Purple #99318C
Tints of Dark Purple #99318C
RGB
CMYK
RGB Variations
Color information
#99318C (or 0x99318C) is known color: Dark Purple. HEX triplet: 99, 31 and 8C. RGB value is (153,49,140). Sum of RGB (Red+Green+Blue) = 153+49+140=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #99318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99318C is #66CE73. Grayscale: #5A5A5A. Windows color (decimal): -6737524 or 9187737. OLE color: 9187737.
HSL color Cylindrical-coordinate representation of color #99318C: hue angle of 307.5º 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 #99318C is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 140 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.4 |
| HSL | 307.5º | 0.51% | 0.4% | - |
| HSV(B) | 307.5º | 0.68% | 0.6% | - |
| XYZ | 18.97 | 10.86 | 25.91 | - |
| YUV | 90.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 140 | 0 | 0.68 | 0.08 | 0.4 | 307.5 | 0.51 | 0.4 |
| Hex | 99 | 31 | 8C | 0 | 44 | 8 | 28 | 134 | 33 | 28 |
| Octal | 231 | 61 | 214 | 0 | 104 | 10 | 50 | 464 | 63 | 50 |
| Binary | 10011001 | 110001 | 10001100 | 0 | 1000100 | 1000 | 101000 | 100110100 | 110011 | 101000 |
Color Harmonies of #99318C
Complementary color
Monochromatic Colors of #99318C
Black with #99318C
Text Example
Text Example
White with #99318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99318C; }
p { color: rgb(153,49,140); }
H1.HeaderClassName
{
color: #99318C;
}
.AnyTagClassName
{
color: #99318C;
}
</style>
background-color css
<style>
a { background-color: #99318C; }
a { background-color: rgb(153,49,140); }
div.DivClassName
{
background-color: #99318C;
}
.BgClassName
{
background-color: #99318C;
}
</style>
border-color css
<style>
span { border-color: #99318C; }
span { border-color: rgb(153,49,140); }
td.TdClassName
{
border-color: #99318C;
}
.TagClassName
{
border-color: #99318C;
}
</style>