Shades of Dark Purple #99387B
Tints of Dark Purple #99387B
RGB
CMYK
RGB Variations
Color information
#99387B (or 0x99387B) is known color: Dark Purple. HEX triplet: 99, 38 and 7B. RGB value is (153,56,123). Sum of RGB (Red+Green+Blue) = 153+56+123=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #99387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99387B is #66C784. Grayscale: #5C5C5C. Windows color (decimal): -6735749 or 8075417. OLE color: 8075417.
HSL color Cylindrical-coordinate representation of color #99387B: hue angle of 318.56º 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 #99387B is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 123 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.4 |
| HSL | 318.56º | 0.46% | 0.41% | - |
| HSV(B) | 318.56º | 0.63% | 0.6% | - |
| XYZ | 18.13 | 11.03 | 19.91 | - |
| YUV | 92.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 123 | 0 | 0.63 | 0.20 | 0.4 | 318.56 | 0.46 | 0.41 |
| Hex | 99 | 38 | 7B | 0 | 3F | 14 | 28 | 13F | 2E | 29 |
| Octal | 231 | 70 | 173 | 0 | 77 | 24 | 50 | 477 | 56 | 51 |
| Binary | 10011001 | 111000 | 1111011 | 0 | 111111 | 10100 | 101000 | 100111111 | 101110 | 101001 |
Color Harmonies of #99387B
Complementary color
Monochromatic Colors of #99387B
Black with #99387B
Text Example
Text Example
White with #99387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99387B; }
p { color: rgb(153,56,123); }
H1.HeaderClassName
{
color: #99387B;
}
.AnyTagClassName
{
color: #99387B;
}
</style>
background-color css
<style>
a { background-color: #99387B; }
a { background-color: rgb(153,56,123); }
div.DivClassName
{
background-color: #99387B;
}
.BgClassName
{
background-color: #99387B;
}
</style>
border-color css
<style>
span { border-color: #99387B; }
span { border-color: rgb(153,56,123); }
td.TdClassName
{
border-color: #99387B;
}
.TagClassName
{
border-color: #99387B;
}
</style>