Shades of Dark Purple #98277D
Tints of Dark Purple #98277D
RGB
CMYK
RGB Variations
Color information
#98277D (or 0x98277D) is known color: Dark Purple. HEX triplet: 98, 27 and 7D. RGB value is (152,39,125). Sum of RGB (Red+Green+Blue) = 152+39+125=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #98277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98277D is #67D882. Grayscale: #525252. Windows color (decimal): -6805635 or 8202136. OLE color: 8202136.
HSL color Cylindrical-coordinate representation of color #98277D: hue angle of 314.34º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98277D is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 39 | 125 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.40 |
| HSL | 314.34º | 0.59% | 0.37% | - |
| HSV(B) | 314.34º | 0.74% | 0.6% | - |
| XYZ | 17.38 | 9.61 | 20.34 | - |
| YUV | 82.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 125 | 0 | 0.74 | 0.18 | 0.40 | 314.34 | 0.59 | 0.37 |
| Hex | 98 | 27 | 7D | 0 | 4A | 12 | 28 | 13A | 3B | 25 |
| Octal | 230 | 47 | 175 | 0 | 112 | 22 | 50 | 472 | 73 | 45 |
| Binary | 10011000 | 100111 | 1111101 | 0 | 1001010 | 10010 | 101000 | 100111010 | 111011 | 100101 |
Color Harmonies of #98277D
Complementary color
Monochromatic Colors of #98277D
Black with #98277D
Text Example
Text Example
White with #98277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98277D; }
p { color: rgb(152,39,125); }
H1.HeaderClassName
{
color: #98277D;
}
.AnyTagClassName
{
color: #98277D;
}
</style>
background-color css
<style>
a { background-color: #98277D; }
a { background-color: rgb(152,39,125); }
div.DivClassName
{
background-color: #98277D;
}
.BgClassName
{
background-color: #98277D;
}
</style>
border-color css
<style>
span { border-color: #98277D; }
span { border-color: rgb(152,39,125); }
td.TdClassName
{
border-color: #98277D;
}
.TagClassName
{
border-color: #98277D;
}
</style>