Shades of Dark Purple #98368A
Tints of Dark Purple #98368A
RGB
CMYK
RGB Variations
Color information
#98368A (or 0x98368A) is known color: Dark Purple. HEX triplet: 98, 36 and 8A. RGB value is (152,54,138). Sum of RGB (Red+Green+Blue) = 152+54+138=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98368A is #67C975. Grayscale: #5C5C5C. Windows color (decimal): -6801782 or 9057944. OLE color: 9057944.
HSL color Cylindrical-coordinate representation of color #98368A: hue angle of 308.57º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98368A is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 54 | 138 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.40 |
| HSL | 308.57º | 0.48% | 0.4% | - |
| HSV(B) | 308.57º | 0.64% | 0.6% | - |
| XYZ | 18.86 | 11.15 | 25.2 | - |
| YUV | 92.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 54 | 138 | 0 | 0.64 | 0.09 | 0.40 | 308.57 | 0.48 | 0.4 |
| Hex | 98 | 36 | 8A | 0 | 40 | 9 | 28 | 135 | 30 | 28 |
| Octal | 230 | 66 | 212 | 0 | 100 | 11 | 50 | 465 | 60 | 50 |
| Binary | 10011000 | 110110 | 10001010 | 0 | 1000000 | 1001 | 101000 | 100110101 | 110000 | 101000 |
Color Harmonies of #98368A
Complementary color
Monochromatic Colors of #98368A
Black with #98368A
Text Example
Text Example
White with #98368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98368A; }
p { color: rgb(152,54,138); }
H1.HeaderClassName
{
color: #98368A;
}
.AnyTagClassName
{
color: #98368A;
}
</style>
background-color css
<style>
a { background-color: #98368A; }
a { background-color: rgb(152,54,138); }
div.DivClassName
{
background-color: #98368A;
}
.BgClassName
{
background-color: #98368A;
}
</style>
border-color css
<style>
span { border-color: #98368A; }
span { border-color: rgb(152,54,138); }
td.TdClassName
{
border-color: #98368A;
}
.TagClassName
{
border-color: #98368A;
}
</style>