Shades of Dark Purple #98256F
Tints of Dark Purple #98256F
RGB
CMYK
RGB Variations
Color information
#98256F (or 0x98256F) is known color: Dark Purple. HEX triplet: 98, 25 and 6F. RGB value is (152,37,111). Sum of RGB (Red+Green+Blue) = 152+37+111=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #98256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98256F is #67DA90. Grayscale: #4F4F4F. Windows color (decimal): -6806161 or 7284120. OLE color: 7284120.
HSL color Cylindrical-coordinate representation of color #98256F: hue angle of 321.39º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98256F is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 111 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.40 |
| HSL | 321.39º | 0.61% | 0.37% | - |
| HSV(B) | 321.39º | 0.76% | 0.6% | - |
| XYZ | 16.48 | 9.15 | 15.94 | - |
| YUV | 79.82 | 145.6 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 111 | 0 | 0.76 | 0.27 | 0.40 | 321.39 | 0.61 | 0.37 |
| Hex | 98 | 25 | 6F | 0 | 4C | 1B | 28 | 141 | 3D | 25 |
| Octal | 230 | 45 | 157 | 0 | 114 | 33 | 50 | 501 | 75 | 45 |
| Binary | 10011000 | 100101 | 1101111 | 0 | 1001100 | 11011 | 101000 | 101000001 | 111101 | 100101 |
Color Harmonies of #98256F
Complementary color
Monochromatic Colors of #98256F
Black with #98256F
Text Example
Text Example
White with #98256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98256F; }
p { color: rgb(152,37,111); }
H1.HeaderClassName
{
color: #98256F;
}
.AnyTagClassName
{
color: #98256F;
}
</style>
background-color css
<style>
a { background-color: #98256F; }
a { background-color: rgb(152,37,111); }
div.DivClassName
{
background-color: #98256F;
}
.BgClassName
{
background-color: #98256F;
}
</style>
border-color css
<style>
span { border-color: #98256F; }
span { border-color: rgb(152,37,111); }
td.TdClassName
{
border-color: #98256F;
}
.TagClassName
{
border-color: #98256F;
}
</style>