Shades of Dark Purple #98387F
Tints of Dark Purple #98387F
RGB
CMYK
RGB Variations
Color information
#98387F (or 0x98387F) is known color: Dark Purple. HEX triplet: 98, 38 and 7F. RGB value is (152,56,127). Sum of RGB (Red+Green+Blue) = 152+56+127=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #98387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98387F is #67C780. Grayscale: #5C5C5C. Windows color (decimal): -6801281 or 8337560. OLE color: 8337560.
HSL color Cylindrical-coordinate representation of color #98387F: hue angle of 315.62º 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 #98387F is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 127 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.40 |
| HSL | 315.63º | 0.46% | 0.41% | - |
| HSV(B) | 315.63º | 0.63% | 0.6% | - |
| XYZ | 18.19 | 11.04 | 21.25 | - |
| YUV | 92.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 127 | 0 | 0.63 | 0.16 | 0.40 | 315.63 | 0.46 | 0.41 |
| Hex | 98 | 38 | 7F | 0 | 3F | 10 | 28 | 13C | 2E | 29 |
| Octal | 230 | 70 | 177 | 0 | 77 | 20 | 50 | 474 | 56 | 51 |
| Binary | 10011000 | 111000 | 1111111 | 0 | 111111 | 10000 | 101000 | 100111100 | 101110 | 101001 |
Color Harmonies of #98387F
Complementary color
Monochromatic Colors of #98387F
Black with #98387F
Text Example
Text Example
White with #98387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98387F; }
p { color: rgb(152,56,127); }
H1.HeaderClassName
{
color: #98387F;
}
.AnyTagClassName
{
color: #98387F;
}
</style>
background-color css
<style>
a { background-color: #98387F; }
a { background-color: rgb(152,56,127); }
div.DivClassName
{
background-color: #98387F;
}
.BgClassName
{
background-color: #98387F;
}
</style>
border-color css
<style>
span { border-color: #98387F; }
span { border-color: rgb(152,56,127); }
td.TdClassName
{
border-color: #98387F;
}
.TagClassName
{
border-color: #98387F;
}
</style>