Shades of Dark Purple #98348C
Tints of Dark Purple #98348C
RGB
CMYK
RGB Variations
Color information
#98348C (or 0x98348C) is known color: Dark Purple. HEX triplet: 98, 34 and 8C. RGB value is (152,52,140). Sum of RGB (Red+Green+Blue) = 152+52+140=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98348C is #67CB73. Grayscale: #5B5B5B. Windows color (decimal): -6802292 or 9188504. OLE color: 9188504.
HSL color Cylindrical-coordinate representation of color #98348C: hue angle of 307.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98348C is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 52 | 140 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.40 |
| HSL | 307.2º | 0.49% | 0.4% | - |
| HSV(B) | 307.2º | 0.66% | 0.6% | - |
| XYZ | 18.91 | 11.02 | 25.94 | - |
| YUV | 91.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 52 | 140 | 0 | 0.66 | 0.08 | 0.40 | 307.2 | 0.49 | 0.4 |
| Hex | 98 | 34 | 8C | 0 | 42 | 8 | 28 | 133 | 31 | 28 |
| Octal | 230 | 64 | 214 | 0 | 102 | 10 | 50 | 463 | 61 | 50 |
| Binary | 10011000 | 110100 | 10001100 | 0 | 1000010 | 1000 | 101000 | 100110011 | 110001 | 101000 |
Color Harmonies of #98348C
Complementary color
Monochromatic Colors of #98348C
Black with #98348C
Text Example
Text Example
White with #98348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98348C; }
p { color: rgb(152,52,140); }
H1.HeaderClassName
{
color: #98348C;
}
.AnyTagClassName
{
color: #98348C;
}
</style>
background-color css
<style>
a { background-color: #98348C; }
a { background-color: rgb(152,52,140); }
div.DivClassName
{
background-color: #98348C;
}
.BgClassName
{
background-color: #98348C;
}
</style>
border-color css
<style>
span { border-color: #98348C; }
span { border-color: rgb(152,52,140); }
td.TdClassName
{
border-color: #98348C;
}
.TagClassName
{
border-color: #98348C;
}
</style>