Shades of Dark Purple #98327A
Tints of Dark Purple #98327A
RGB
CMYK
RGB Variations
Color information
#98327A (or 0x98327A) is known color: Dark Purple. HEX triplet: 98, 32 and 7A. RGB value is (152,50,122). Sum of RGB (Red+Green+Blue) = 152+50+122=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #98327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98327A is #67CD85. Grayscale: #585858. Windows color (decimal): -6802822 or 8008344. OLE color: 8008344.
HSL color Cylindrical-coordinate representation of color #98327A: hue angle of 317.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 #98327A is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 122 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.40 |
| HSL | 317.65º | 0.5% | 0.4% | - |
| HSV(B) | 317.65º | 0.67% | 0.6% | - |
| XYZ | 17.6 | 10.36 | 19.48 | - |
| YUV | 88.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 122 | 0 | 0.67 | 0.20 | 0.40 | 317.65 | 0.5 | 0.4 |
| Hex | 98 | 32 | 7A | 0 | 43 | 14 | 28 | 13E | 32 | 28 |
| Octal | 230 | 62 | 172 | 0 | 103 | 24 | 50 | 476 | 62 | 50 |
| Binary | 10011000 | 110010 | 1111010 | 0 | 1000011 | 10100 | 101000 | 100111110 | 110010 | 101000 |
Color Harmonies of #98327A
Complementary color
Monochromatic Colors of #98327A
Black with #98327A
Text Example
Text Example
White with #98327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98327A; }
p { color: rgb(152,50,122); }
H1.HeaderClassName
{
color: #98327A;
}
.AnyTagClassName
{
color: #98327A;
}
</style>
background-color css
<style>
a { background-color: #98327A; }
a { background-color: rgb(152,50,122); }
div.DivClassName
{
background-color: #98327A;
}
.BgClassName
{
background-color: #98327A;
}
</style>
border-color css
<style>
span { border-color: #98327A; }
span { border-color: rgb(152,50,122); }
td.TdClassName
{
border-color: #98327A;
}
.TagClassName
{
border-color: #98327A;
}
</style>