Shades of Dark Purple #99397F
Tints of Dark Purple #99397F
RGB
CMYK
RGB Variations
Color information
#99397F (or 0x99397F) is known color: Dark Purple. HEX triplet: 99, 39 and 7F. RGB value is (153,57,127). Sum of RGB (Red+Green+Blue) = 153+57+127=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #99397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99397F is #66C680. Grayscale: #5D5D5D. Windows color (decimal): -6735489 or 8337817. OLE color: 8337817.
HSL color Cylindrical-coordinate representation of color #99397F: hue angle of 316.25º 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 #99397F is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 127 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.4 |
| HSL | 316.25º | 0.46% | 0.41% | - |
| HSV(B) | 316.25º | 0.63% | 0.6% | - |
| XYZ | 18.43 | 11.23 | 21.28 | - |
| YUV | 93.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 127 | 0 | 0.63 | 0.17 | 0.4 | 316.25 | 0.46 | 0.41 |
| Hex | 99 | 39 | 7F | 0 | 3F | 11 | 28 | 13C | 2E | 29 |
| Octal | 231 | 71 | 177 | 0 | 77 | 21 | 50 | 474 | 56 | 51 |
| Binary | 10011001 | 111001 | 1111111 | 0 | 111111 | 10001 | 101000 | 100111100 | 101110 | 101001 |
Color Harmonies of #99397F
Complementary color
Monochromatic Colors of #99397F
Black with #99397F
Text Example
Text Example
White with #99397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99397F; }
p { color: rgb(153,57,127); }
H1.HeaderClassName
{
color: #99397F;
}
.AnyTagClassName
{
color: #99397F;
}
</style>
background-color css
<style>
a { background-color: #99397F; }
a { background-color: rgb(153,57,127); }
div.DivClassName
{
background-color: #99397F;
}
.BgClassName
{
background-color: #99397F;
}
</style>
border-color css
<style>
span { border-color: #99397F; }
span { border-color: rgb(153,57,127); }
td.TdClassName
{
border-color: #99397F;
}
.TagClassName
{
border-color: #99397F;
}
</style>