Shades of Dark Purple #99347C
Tints of Dark Purple #99347C
RGB
CMYK
RGB Variations
Color information
#99347C (or 0x99347C) is known color: Dark Purple. HEX triplet: 99, 34 and 7C. RGB value is (153,52,124). Sum of RGB (Red+Green+Blue) = 153+52+124=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99347C is #66CB83. Grayscale: #5A5A5A. Windows color (decimal): -6736772 or 8139929. OLE color: 8139929.
HSL color Cylindrical-coordinate representation of color #99347C: hue angle of 317.23º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99347C is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 124 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.4 |
| HSL | 317.23º | 0.49% | 0.4% | - |
| HSV(B) | 317.23º | 0.66% | 0.6% | - |
| XYZ | 18 | 10.68 | 20.18 | - |
| YUV | 90.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 124 | 0 | 0.66 | 0.19 | 0.4 | 317.23 | 0.49 | 0.4 |
| Hex | 99 | 34 | 7C | 0 | 42 | 13 | 28 | 13D | 31 | 28 |
| Octal | 231 | 64 | 174 | 0 | 102 | 23 | 50 | 475 | 61 | 50 |
| Binary | 10011001 | 110100 | 1111100 | 0 | 1000010 | 10011 | 101000 | 100111101 | 110001 | 101000 |
Color Harmonies of #99347C
Complementary color
Monochromatic Colors of #99347C
Black with #99347C
Text Example
Text Example
White with #99347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99347C; }
p { color: rgb(153,52,124); }
H1.HeaderClassName
{
color: #99347C;
}
.AnyTagClassName
{
color: #99347C;
}
</style>
background-color css
<style>
a { background-color: #99347C; }
a { background-color: rgb(153,52,124); }
div.DivClassName
{
background-color: #99347C;
}
.BgClassName
{
background-color: #99347C;
}
</style>
border-color css
<style>
span { border-color: #99347C; }
span { border-color: rgb(153,52,124); }
td.TdClassName
{
border-color: #99347C;
}
.TagClassName
{
border-color: #99347C;
}
</style>