Shades of Dark Purple #98328B
Tints of Dark Purple #98328B
RGB
CMYK
RGB Variations
Color information
#98328B (or 0x98328B) is known color: Dark Purple. HEX triplet: 98, 32 and 8B. RGB value is (152,50,139). Sum of RGB (Red+Green+Blue) = 152+50+139=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98328B is #67CD74. Grayscale: #5A5A5A. Windows color (decimal): -6802805 or 9122456. OLE color: 9122456.
HSL color Cylindrical-coordinate representation of color #98328B: hue angle of 307.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98328B is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 139 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.40 |
| HSL | 307.65º | 0.5% | 0.4% | - |
| HSV(B) | 307.65º | 0.67% | 0.6% | - |
| XYZ | 18.75 | 10.82 | 25.53 | - |
| YUV | 90.64 | 155.29 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 139 | 0 | 0.67 | 0.09 | 0.40 | 307.65 | 0.5 | 0.4 |
| Hex | 98 | 32 | 8B | 0 | 43 | 9 | 28 | 134 | 32 | 28 |
| Octal | 230 | 62 | 213 | 0 | 103 | 11 | 50 | 464 | 62 | 50 |
| Binary | 10011000 | 110010 | 10001011 | 0 | 1000011 | 1001 | 101000 | 100110100 | 110010 | 101000 |
Color Harmonies of #98328B
Complementary color
Monochromatic Colors of #98328B
Black with #98328B
Text Example
Text Example
White with #98328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98328B; }
p { color: rgb(152,50,139); }
H1.HeaderClassName
{
color: #98328B;
}
.AnyTagClassName
{
color: #98328B;
}
</style>
background-color css
<style>
a { background-color: #98328B; }
a { background-color: rgb(152,50,139); }
div.DivClassName
{
background-color: #98328B;
}
.BgClassName
{
background-color: #98328B;
}
</style>
border-color css
<style>
span { border-color: #98328B; }
span { border-color: rgb(152,50,139); }
td.TdClassName
{
border-color: #98328B;
}
.TagClassName
{
border-color: #98328B;
}
</style>