Shades of Dark Purple #98308A
Tints of Dark Purple #98308A
RGB
CMYK
RGB Variations
Color information
#98308A (or 0x98308A) is known color: Dark Purple. HEX triplet: 98, 30 and 8A. RGB value is (152,48,138). Sum of RGB (Red+Green+Blue) = 152+48+138=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #98308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98308A is #67CF75. Grayscale: #595959. Windows color (decimal): -6803318 or 9056408. OLE color: 9056408.
HSL color Cylindrical-coordinate representation of color #98308A: hue angle of 308.08º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98308A is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 138 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.40 |
| HSL | 308.08º | 0.52% | 0.39% | - |
| HSV(B) | 308.08º | 0.68% | 0.6% | - |
| XYZ | 18.59 | 10.62 | 25.12 | - |
| YUV | 89.36 | 155.46 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 138 | 0 | 0.68 | 0.09 | 0.40 | 308.08 | 0.52 | 0.39 |
| Hex | 98 | 30 | 8A | 0 | 44 | 9 | 28 | 134 | 34 | 27 |
| Octal | 230 | 60 | 212 | 0 | 104 | 11 | 50 | 464 | 64 | 47 |
| Binary | 10011000 | 110000 | 10001010 | 0 | 1000100 | 1001 | 101000 | 100110100 | 110100 | 100111 |
Color Harmonies of #98308A
Complementary color
Monochromatic Colors of #98308A
Black with #98308A
Text Example
Text Example
White with #98308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98308A; }
p { color: rgb(152,48,138); }
H1.HeaderClassName
{
color: #98308A;
}
.AnyTagClassName
{
color: #98308A;
}
</style>
background-color css
<style>
a { background-color: #98308A; }
a { background-color: rgb(152,48,138); }
div.DivClassName
{
background-color: #98308A;
}
.BgClassName
{
background-color: #98308A;
}
</style>
border-color css
<style>
span { border-color: #98308A; }
span { border-color: rgb(152,48,138); }
td.TdClassName
{
border-color: #98308A;
}
.TagClassName
{
border-color: #98308A;
}
</style>