Shades of Dark Purple #98378B
Tints of Dark Purple #98378B
RGB
CMYK
RGB Variations
Color information
#98378B (or 0x98378B) is known color: Dark Purple. HEX triplet: 98, 37 and 8B. RGB value is (152,55,139). Sum of RGB (Red+Green+Blue) = 152+55+139=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98378B is #67C874. Grayscale: #5D5D5D. Windows color (decimal): -6801525 or 9123736. OLE color: 9123736.
HSL color Cylindrical-coordinate representation of color #98378B: hue angle of 308.04º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98378B is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 55 | 139 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.40 |
| HSL | 308.04º | 0.47% | 0.41% | - |
| HSV(B) | 308.04º | 0.64% | 0.6% | - |
| XYZ | 18.98 | 11.27 | 25.6 | - |
| YUV | 93.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 55 | 139 | 0 | 0.64 | 0.09 | 0.40 | 308.04 | 0.47 | 0.41 |
| Hex | 98 | 37 | 8B | 0 | 40 | 9 | 28 | 134 | 2F | 29 |
| Octal | 230 | 67 | 213 | 0 | 100 | 11 | 50 | 464 | 57 | 51 |
| Binary | 10011000 | 110111 | 10001011 | 0 | 1000000 | 1001 | 101000 | 100110100 | 101111 | 101001 |
Color Harmonies of #98378B
Complementary color
Monochromatic Colors of #98378B
Black with #98378B
Text Example
Text Example
White with #98378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98378B; }
p { color: rgb(152,55,139); }
H1.HeaderClassName
{
color: #98378B;
}
.AnyTagClassName
{
color: #98378B;
}
</style>
background-color css
<style>
a { background-color: #98378B; }
a { background-color: rgb(152,55,139); }
div.DivClassName
{
background-color: #98378B;
}
.BgClassName
{
background-color: #98378B;
}
</style>
border-color css
<style>
span { border-color: #98378B; }
span { border-color: rgb(152,55,139); }
td.TdClassName
{
border-color: #98378B;
}
.TagClassName
{
border-color: #98378B;
}
</style>