Shades of Dark Purple #98367E
Tints of Dark Purple #98367E
RGB
CMYK
RGB Variations
Color information
#98367E (or 0x98367E) is known color: Dark Purple. HEX triplet: 98, 36 and 7E. RGB value is (152,54,126). Sum of RGB (Red+Green+Blue) = 152+54+126=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98367E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98367E is #67C981. Grayscale: #5B5B5B. Windows color (decimal): -6801794 or 8271512. OLE color: 8271512.
HSL color Cylindrical-coordinate representation of color #98367E: hue angle of 315.92º 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 #98367E is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 54 | 126 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.40 |
| HSL | 315.92º | 0.48% | 0.4% | - |
| HSV(B) | 315.92º | 0.64% | 0.6% | - |
| XYZ | 18.03 | 10.82 | 20.88 | - |
| YUV | 91.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 54 | 126 | 0 | 0.64 | 0.17 | 0.40 | 315.92 | 0.48 | 0.4 |
| Hex | 98 | 36 | 7E | 0 | 40 | 11 | 28 | 13C | 30 | 28 |
| Octal | 230 | 66 | 176 | 0 | 100 | 21 | 50 | 474 | 60 | 50 |
| Binary | 10011000 | 110110 | 1111110 | 0 | 1000000 | 10001 | 101000 | 100111100 | 110000 | 101000 |
Color Harmonies of #98367E
Complementary color
Monochromatic Colors of #98367E
Black with #98367E
Text Example
Text Example
White with #98367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98367E; }
p { color: rgb(152,54,126); }
H1.HeaderClassName
{
color: #98367E;
}
.AnyTagClassName
{
color: #98367E;
}
</style>
background-color css
<style>
a { background-color: #98367E; }
a { background-color: rgb(152,54,126); }
div.DivClassName
{
background-color: #98367E;
}
.BgClassName
{
background-color: #98367E;
}
</style>
border-color css
<style>
span { border-color: #98367E; }
span { border-color: rgb(152,54,126); }
td.TdClassName
{
border-color: #98367E;
}
.TagClassName
{
border-color: #98367E;
}
</style>