Shades of Dark Purple #98286D
Tints of Dark Purple #98286D
RGB
CMYK
RGB Variations
Color information
#98286D (or 0x98286D) is known color: Dark Purple. HEX triplet: 98, 28 and 6D. RGB value is (152,40,109). Sum of RGB (Red+Green+Blue) = 152+40+109=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #98286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98286D is #67D792. Grayscale: #515151. Windows color (decimal): -6805395 or 7153816. OLE color: 7153816.
HSL color Cylindrical-coordinate representation of color #98286D: hue angle of 323.04º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98286D is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 109 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.40 |
| HSL | 323.04º | 0.58% | 0.38% | - |
| HSV(B) | 323.04º | 0.74% | 0.6% | - |
| XYZ | 16.47 | 9.3 | 15.39 | - |
| YUV | 81.35 | 143.61 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 109 | 0 | 0.74 | 0.28 | 0.40 | 323.04 | 0.58 | 0.38 |
| Hex | 98 | 28 | 6D | 0 | 4A | 1C | 28 | 143 | 3A | 26 |
| Octal | 230 | 50 | 155 | 0 | 112 | 34 | 50 | 503 | 72 | 46 |
| Binary | 10011000 | 101000 | 1101101 | 0 | 1001010 | 11100 | 101000 | 101000011 | 111010 | 100110 |
Color Harmonies of #98286D
Complementary color
Monochromatic Colors of #98286D
Black with #98286D
Text Example
Text Example
White with #98286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98286D; }
p { color: rgb(152,40,109); }
H1.HeaderClassName
{
color: #98286D;
}
.AnyTagClassName
{
color: #98286D;
}
</style>
background-color css
<style>
a { background-color: #98286D; }
a { background-color: rgb(152,40,109); }
div.DivClassName
{
background-color: #98286D;
}
.BgClassName
{
background-color: #98286D;
}
</style>
border-color css
<style>
span { border-color: #98286D; }
span { border-color: rgb(152,40,109); }
td.TdClassName
{
border-color: #98286D;
}
.TagClassName
{
border-color: #98286D;
}
</style>