Shades of Dark Purple #99367F
Tints of Dark Purple #99367F
RGB
CMYK
RGB Variations
Color information
#99367F (or 0x99367F) is known color: Dark Purple. HEX triplet: 99, 36 and 7F. RGB value is (153,54,127). Sum of RGB (Red+Green+Blue) = 153+54+127=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #99367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99367F is #66C980. Grayscale: #5B5B5B. Windows color (decimal): -6736257 or 8337049. OLE color: 8337049.
HSL color Cylindrical-coordinate representation of color #99367F: hue angle of 315.76º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99367F is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 127 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.4 |
| HSL | 315.76º | 0.48% | 0.41% | - |
| HSV(B) | 315.76º | 0.65% | 0.6% | - |
| XYZ | 18.29 | 10.94 | 21.23 | - |
| YUV | 91.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 127 | 0 | 0.65 | 0.17 | 0.4 | 315.76 | 0.48 | 0.41 |
| Hex | 99 | 36 | 7F | 0 | 41 | 11 | 28 | 13C | 30 | 29 |
| Octal | 231 | 66 | 177 | 0 | 101 | 21 | 50 | 474 | 60 | 51 |
| Binary | 10011001 | 110110 | 1111111 | 0 | 1000001 | 10001 | 101000 | 100111100 | 110000 | 101001 |
Color Harmonies of #99367F
Complementary color
Monochromatic Colors of #99367F
Black with #99367F
Text Example
Text Example
White with #99367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99367F; }
p { color: rgb(153,54,127); }
H1.HeaderClassName
{
color: #99367F;
}
.AnyTagClassName
{
color: #99367F;
}
</style>
background-color css
<style>
a { background-color: #99367F; }
a { background-color: rgb(153,54,127); }
div.DivClassName
{
background-color: #99367F;
}
.BgClassName
{
background-color: #99367F;
}
</style>
border-color css
<style>
span { border-color: #99367F; }
span { border-color: rgb(153,54,127); }
td.TdClassName
{
border-color: #99367F;
}
.TagClassName
{
border-color: #99367F;
}
</style>