Shades of Dark Purple #98276C
Tints of Dark Purple #98276C
RGB
CMYK
RGB Variations
Color information
#98276C (or 0x98276C) is known color: Dark Purple. HEX triplet: 98, 27 and 6C. RGB value is (152,39,108). Sum of RGB (Red+Green+Blue) = 152+39+108=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #98276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98276C is #67D893. Grayscale: #505050. Windows color (decimal): -6805652 or 7088024. OLE color: 7088024.
HSL color Cylindrical-coordinate representation of color #98276C: hue angle of 323.36º 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 #98276C is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 39 | 108 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.40 |
| HSL | 323.36º | 0.59% | 0.37% | - |
| HSV(B) | 323.36º | 0.74% | 0.6% | - |
| XYZ | 16.38 | 9.21 | 15.1 | - |
| YUV | 80.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 108 | 0 | 0.74 | 0.29 | 0.40 | 323.36 | 0.59 | 0.37 |
| Hex | 98 | 27 | 6C | 0 | 4A | 1D | 28 | 143 | 3B | 25 |
| Octal | 230 | 47 | 154 | 0 | 112 | 35 | 50 | 503 | 73 | 45 |
| Binary | 10011000 | 100111 | 1101100 | 0 | 1001010 | 11101 | 101000 | 101000011 | 111011 | 100101 |
Color Harmonies of #98276C
Complementary color
Monochromatic Colors of #98276C
Black with #98276C
Text Example
Text Example
White with #98276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98276C; }
p { color: rgb(152,39,108); }
H1.HeaderClassName
{
color: #98276C;
}
.AnyTagClassName
{
color: #98276C;
}
</style>
background-color css
<style>
a { background-color: #98276C; }
a { background-color: rgb(152,39,108); }
div.DivClassName
{
background-color: #98276C;
}
.BgClassName
{
background-color: #98276C;
}
</style>
border-color css
<style>
span { border-color: #98276C; }
span { border-color: rgb(152,39,108); }
td.TdClassName
{
border-color: #98276C;
}
.TagClassName
{
border-color: #98276C;
}
</style>