Shades of Dark Purple #98367D
Tints of Dark Purple #98367D
RGB
CMYK
RGB Variations
Color information
#98367D (or 0x98367D) is known color: Dark Purple. HEX triplet: 98, 36 and 7D. RGB value is (152,54,125). Sum of RGB (Red+Green+Blue) = 152+54+125=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98367D is #67C982. Grayscale: #5B5B5B. Windows color (decimal): -6801795 or 8205976. OLE color: 8205976.
HSL color Cylindrical-coordinate representation of color #98367D: hue angle of 316.53º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98367D is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 54 | 125 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.40 |
| HSL | 316.53º | 0.48% | 0.4% | - |
| HSV(B) | 316.53º | 0.64% | 0.6% | - |
| XYZ | 17.97 | 10.79 | 20.54 | - |
| YUV | 91.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 54 | 125 | 0 | 0.64 | 0.18 | 0.40 | 316.53 | 0.48 | 0.4 |
| Hex | 98 | 36 | 7D | 0 | 40 | 12 | 28 | 13D | 30 | 28 |
| Octal | 230 | 66 | 175 | 0 | 100 | 22 | 50 | 475 | 60 | 50 |
| Binary | 10011000 | 110110 | 1111101 | 0 | 1000000 | 10010 | 101000 | 100111101 | 110000 | 101000 |
Color Harmonies of #98367D
Complementary color
Monochromatic Colors of #98367D
Black with #98367D
Text Example
Text Example
White with #98367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98367D; }
p { color: rgb(152,54,125); }
H1.HeaderClassName
{
color: #98367D;
}
.AnyTagClassName
{
color: #98367D;
}
</style>
background-color css
<style>
a { background-color: #98367D; }
a { background-color: rgb(152,54,125); }
div.DivClassName
{
background-color: #98367D;
}
.BgClassName
{
background-color: #98367D;
}
</style>
border-color css
<style>
span { border-color: #98367D; }
span { border-color: rgb(152,54,125); }
td.TdClassName
{
border-color: #98367D;
}
.TagClassName
{
border-color: #98367D;
}
</style>