Shades of Dark Purple #98398B
Tints of Dark Purple #98398B
RGB
CMYK
RGB Variations
Color information
#98398B (or 0x98398B) is known color: Dark Purple. HEX triplet: 98, 39 and 8B. RGB value is (152,57,139). Sum of RGB (Red+Green+Blue) = 152+57+139=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #98398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98398B is #67C674. Grayscale: #5E5E5E. Windows color (decimal): -6801013 or 9124248. OLE color: 9124248.
HSL color Cylindrical-coordinate representation of color #98398B: hue angle of 308.21º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98398B is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 57 | 139 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.40 |
| HSL | 308.21º | 0.45% | 0.41% | - |
| HSV(B) | 308.21º | 0.63% | 0.6% | - |
| XYZ | 19.07 | 11.47 | 25.63 | - |
| YUV | 94.75 | 152.97 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 57 | 139 | 0 | 0.62 | 0.09 | 0.40 | 308.21 | 0.45 | 0.41 |
| Hex | 98 | 39 | 8B | 0 | 3E | 9 | 28 | 134 | 2D | 29 |
| Octal | 230 | 71 | 213 | 0 | 76 | 11 | 50 | 464 | 55 | 51 |
| Binary | 10011000 | 111001 | 10001011 | 0 | 111110 | 1001 | 101000 | 100110100 | 101101 | 101001 |
Color Harmonies of #98398B
Complementary color
Monochromatic Colors of #98398B
Black with #98398B
Text Example
Text Example
White with #98398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98398B; }
p { color: rgb(152,57,139); }
H1.HeaderClassName
{
color: #98398B;
}
.AnyTagClassName
{
color: #98398B;
}
</style>
background-color css
<style>
a { background-color: #98398B; }
a { background-color: rgb(152,57,139); }
div.DivClassName
{
background-color: #98398B;
}
.BgClassName
{
background-color: #98398B;
}
</style>
border-color css
<style>
span { border-color: #98398B; }
span { border-color: rgb(152,57,139); }
td.TdClassName
{
border-color: #98398B;
}
.TagClassName
{
border-color: #98398B;
}
</style>