Shades of Dark Purple #99377F
Tints of Dark Purple #99377F
RGB
CMYK
RGB Variations
Color information
#99377F (or 0x99377F) is known color: Dark Purple. HEX triplet: 99, 37 and 7F. RGB value is (153,55,127). Sum of RGB (Red+Green+Blue) = 153+55+127=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #99377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99377F is #66C880. Grayscale: #5C5C5C. Windows color (decimal): -6736001 or 8337305. OLE color: 8337305.
HSL color Cylindrical-coordinate representation of color #99377F: hue angle of 315.92º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99377F is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 127 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.4 |
| HSL | 315.92º | 0.47% | 0.41% | - |
| HSV(B) | 315.92º | 0.64% | 0.6% | - |
| XYZ | 18.33 | 11.04 | 21.24 | - |
| YUV | 92.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 127 | 0 | 0.64 | 0.17 | 0.4 | 315.92 | 0.47 | 0.41 |
| Hex | 99 | 37 | 7F | 0 | 40 | 11 | 28 | 13C | 2F | 29 |
| Octal | 231 | 67 | 177 | 0 | 100 | 21 | 50 | 474 | 57 | 51 |
| Binary | 10011001 | 110111 | 1111111 | 0 | 1000000 | 10001 | 101000 | 100111100 | 101111 | 101001 |
Color Harmonies of #99377F
Complementary color
Monochromatic Colors of #99377F
Black with #99377F
Text Example
Text Example
White with #99377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99377F; }
p { color: rgb(153,55,127); }
H1.HeaderClassName
{
color: #99377F;
}
.AnyTagClassName
{
color: #99377F;
}
</style>
background-color css
<style>
a { background-color: #99377F; }
a { background-color: rgb(153,55,127); }
div.DivClassName
{
background-color: #99377F;
}
.BgClassName
{
background-color: #99377F;
}
</style>
border-color css
<style>
span { border-color: #99377F; }
span { border-color: rgb(153,55,127); }
td.TdClassName
{
border-color: #99377F;
}
.TagClassName
{
border-color: #99377F;
}
</style>