Shades of Dark Purple #99337D
Tints of Dark Purple #99337D
RGB
CMYK
RGB Variations
Color information
#99337D (or 0x99337D) is known color: Dark Purple. HEX triplet: 99, 33 and 7D. RGB value is (153,51,125). Sum of RGB (Red+Green+Blue) = 153+51+125=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99337D is #66CC82. Grayscale: #595959. Windows color (decimal): -6737027 or 8205209. OLE color: 8205209.
HSL color Cylindrical-coordinate representation of color #99337D: hue angle of 316.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99337D is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 51 | 125 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.4 |
| HSL | 316.47º | 0.5% | 0.4% | - |
| HSV(B) | 316.47º | 0.67% | 0.6% | - |
| XYZ | 18.02 | 10.62 | 20.5 | - |
| YUV | 89.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 125 | 0 | 0.67 | 0.18 | 0.4 | 316.47 | 0.5 | 0.4 |
| Hex | 99 | 33 | 7D | 0 | 43 | 12 | 28 | 13C | 32 | 28 |
| Octal | 231 | 63 | 175 | 0 | 103 | 22 | 50 | 474 | 62 | 50 |
| Binary | 10011001 | 110011 | 1111101 | 0 | 1000011 | 10010 | 101000 | 100111100 | 110010 | 101000 |
Color Harmonies of #99337D
Complementary color
Monochromatic Colors of #99337D
Black with #99337D
Text Example
Text Example
White with #99337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99337D; }
p { color: rgb(153,51,125); }
H1.HeaderClassName
{
color: #99337D;
}
.AnyTagClassName
{
color: #99337D;
}
</style>
background-color css
<style>
a { background-color: #99337D; }
a { background-color: rgb(153,51,125); }
div.DivClassName
{
background-color: #99337D;
}
.BgClassName
{
background-color: #99337D;
}
</style>
border-color css
<style>
span { border-color: #99337D; }
span { border-color: rgb(153,51,125); }
td.TdClassName
{
border-color: #99337D;
}
.TagClassName
{
border-color: #99337D;
}
</style>