Shades of Dark Purple #98367B
Tints of Dark Purple #98367B
RGB
CMYK
RGB Variations
Color information
#98367B (or 0x98367B) is known color: Dark Purple. HEX triplet: 98, 36 and 7B. RGB value is (152,54,123). Sum of RGB (Red+Green+Blue) = 152+54+123=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98367B is #67C984. Grayscale: #5A5A5A. Windows color (decimal): -6801797 or 8074904. OLE color: 8074904.
HSL color Cylindrical-coordinate representation of color #98367B: hue angle of 317.76º 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 #98367B is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 54 | 123 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.40 |
| HSL | 317.76º | 0.48% | 0.4% | - |
| HSV(B) | 317.76º | 0.64% | 0.6% | - |
| XYZ | 17.84 | 10.74 | 19.87 | - |
| YUV | 91.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 54 | 123 | 0 | 0.64 | 0.19 | 0.40 | 317.76 | 0.48 | 0.4 |
| Hex | 98 | 36 | 7B | 0 | 40 | 13 | 28 | 13E | 30 | 28 |
| Octal | 230 | 66 | 173 | 0 | 100 | 23 | 50 | 476 | 60 | 50 |
| Binary | 10011000 | 110110 | 1111011 | 0 | 1000000 | 10011 | 101000 | 100111110 | 110000 | 101000 |
Color Harmonies of #98367B
Complementary color
Monochromatic Colors of #98367B
Black with #98367B
Text Example
Text Example
White with #98367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98367B; }
p { color: rgb(152,54,123); }
H1.HeaderClassName
{
color: #98367B;
}
.AnyTagClassName
{
color: #98367B;
}
</style>
background-color css
<style>
a { background-color: #98367B; }
a { background-color: rgb(152,54,123); }
div.DivClassName
{
background-color: #98367B;
}
.BgClassName
{
background-color: #98367B;
}
</style>
border-color css
<style>
span { border-color: #98367B; }
span { border-color: rgb(152,54,123); }
td.TdClassName
{
border-color: #98367B;
}
.TagClassName
{
border-color: #98367B;
}
</style>