Shades of Dark Purple #98387B
Tints of Dark Purple #98387B
RGB
CMYK
RGB Variations
Color information
#98387B (or 0x98387B) is known color: Dark Purple. HEX triplet: 98, 38 and 7B. RGB value is (152,56,123). Sum of RGB (Red+Green+Blue) = 152+56+123=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98387B is #67C784. Grayscale: #5C5C5C. Windows color (decimal): -6801285 or 8075416. OLE color: 8075416.
HSL color Cylindrical-coordinate representation of color #98387B: hue angle of 318.12º 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 #98387B is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 123 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.40 |
| HSL | 318.13º | 0.46% | 0.41% | - |
| HSV(B) | 318.13º | 0.63% | 0.6% | - |
| XYZ | 17.94 | 10.93 | 19.9 | - |
| YUV | 92.34 | 145.3 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 123 | 0 | 0.63 | 0.19 | 0.40 | 318.13 | 0.46 | 0.41 |
| Hex | 98 | 38 | 7B | 0 | 3F | 13 | 28 | 13E | 2E | 29 |
| Octal | 230 | 70 | 173 | 0 | 77 | 23 | 50 | 476 | 56 | 51 |
| Binary | 10011000 | 111000 | 1111011 | 0 | 111111 | 10011 | 101000 | 100111110 | 101110 | 101001 |
Color Harmonies of #98387B
Complementary color
Monochromatic Colors of #98387B
Black with #98387B
Text Example
Text Example
White with #98387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98387B; }
p { color: rgb(152,56,123); }
H1.HeaderClassName
{
color: #98387B;
}
.AnyTagClassName
{
color: #98387B;
}
</style>
background-color css
<style>
a { background-color: #98387B; }
a { background-color: rgb(152,56,123); }
div.DivClassName
{
background-color: #98387B;
}
.BgClassName
{
background-color: #98387B;
}
</style>
border-color css
<style>
span { border-color: #98387B; }
span { border-color: rgb(152,56,123); }
td.TdClassName
{
border-color: #98387B;
}
.TagClassName
{
border-color: #98387B;
}
</style>