Shades of Dark Purple #98397B
Tints of Dark Purple #98397B
RGB
CMYK
RGB Variations
Color information
#98397B (or 0x98397B) is known color: Dark Purple. HEX triplet: 98, 39 and 7B. RGB value is (152,57,123). Sum of RGB (Red+Green+Blue) = 152+57+123=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98397B is #67C684. Grayscale: #5C5C5C. Windows color (decimal): -6801029 or 8075672. OLE color: 8075672.
HSL color Cylindrical-coordinate representation of color #98397B: hue angle of 318.32º 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 #98397B is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 57 | 123 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.40 |
| HSL | 318.32º | 0.45% | 0.41% | - |
| HSV(B) | 318.32º | 0.63% | 0.6% | - |
| XYZ | 17.99 | 11.03 | 19.92 | - |
| YUV | 92.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 57 | 123 | 0 | 0.62 | 0.19 | 0.40 | 318.32 | 0.45 | 0.41 |
| Hex | 98 | 39 | 7B | 0 | 3E | 13 | 28 | 13E | 2D | 29 |
| Octal | 230 | 71 | 173 | 0 | 76 | 23 | 50 | 476 | 55 | 51 |
| Binary | 10011000 | 111001 | 1111011 | 0 | 111110 | 10011 | 101000 | 100111110 | 101101 | 101001 |
Color Harmonies of #98397B
Complementary color
Monochromatic Colors of #98397B
Black with #98397B
Text Example
Text Example
White with #98397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98397B; }
p { color: rgb(152,57,123); }
H1.HeaderClassName
{
color: #98397B;
}
.AnyTagClassName
{
color: #98397B;
}
</style>
background-color css
<style>
a { background-color: #98397B; }
a { background-color: rgb(152,57,123); }
div.DivClassName
{
background-color: #98397B;
}
.BgClassName
{
background-color: #98397B;
}
</style>
border-color css
<style>
span { border-color: #98397B; }
span { border-color: rgb(152,57,123); }
td.TdClassName
{
border-color: #98397B;
}
.TagClassName
{
border-color: #98397B;
}
</style>