Shades of Dark Purple #99387F
Tints of Dark Purple #99387F
RGB
CMYK
RGB Variations
Color information
#99387F (or 0x99387F) is known color: Dark Purple. HEX triplet: 99, 38 and 7F. RGB value is (153,56,127). Sum of RGB (Red+Green+Blue) = 153+56+127=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #99387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99387F is #66C780. Grayscale: #5C5C5C. Windows color (decimal): -6735745 or 8337561. OLE color: 8337561.
HSL color Cylindrical-coordinate representation of color #99387F: hue angle of 316.08º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99387F is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 127 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.4 |
| HSL | 316.08º | 0.46% | 0.41% | - |
| HSV(B) | 316.08º | 0.63% | 0.6% | - |
| XYZ | 18.38 | 11.13 | 21.26 | - |
| YUV | 93.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 127 | 0 | 0.63 | 0.17 | 0.4 | 316.08 | 0.46 | 0.41 |
| Hex | 99 | 38 | 7F | 0 | 3F | 11 | 28 | 13C | 2E | 29 |
| Octal | 231 | 70 | 177 | 0 | 77 | 21 | 50 | 474 | 56 | 51 |
| Binary | 10011001 | 111000 | 1111111 | 0 | 111111 | 10001 | 101000 | 100111100 | 101110 | 101001 |
Color Harmonies of #99387F
Complementary color
Monochromatic Colors of #99387F
Black with #99387F
Text Example
Text Example
White with #99387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99387F; }
p { color: rgb(153,56,127); }
H1.HeaderClassName
{
color: #99387F;
}
.AnyTagClassName
{
color: #99387F;
}
</style>
background-color css
<style>
a { background-color: #99387F; }
a { background-color: rgb(153,56,127); }
div.DivClassName
{
background-color: #99387F;
}
.BgClassName
{
background-color: #99387F;
}
</style>
border-color css
<style>
span { border-color: #99387F; }
span { border-color: rgb(153,56,127); }
td.TdClassName
{
border-color: #99387F;
}
.TagClassName
{
border-color: #99387F;
}
</style>