Shades of Dark Purple #98177F
Tints of Dark Purple #98177F
RGB
CMYK
RGB Variations
Color information
#98177F (or 0x98177F) is known color: Dark Purple. HEX triplet: 98, 17 and 7F. RGB value is (152,23,127). Sum of RGB (Red+Green+Blue) = 152+23+127=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #98177F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98177F is #67E880. Grayscale: #494949. Windows color (decimal): -6809729 or 8329112. OLE color: 8329112.
HSL color Cylindrical-coordinate representation of color #98177F: hue angle of 311.63º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98177F is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 127 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.40 |
| HSL | 311.63º | 0.74% | 0.34% | - |
| HSV(B) | 311.63º | 0.85% | 0.6% | - |
| XYZ | 17.09 | 8.82 | 20.88 | - |
| YUV | 73.43 | 158.24 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 127 | 0 | 0.85 | 0.16 | 0.40 | 311.63 | 0.74 | 0.34 |
| Hex | 98 | 17 | 7F | 0 | 55 | 10 | 28 | 138 | 4A | 22 |
| Octal | 230 | 27 | 177 | 0 | 125 | 20 | 50 | 470 | 112 | 42 |
| Binary | 10011000 | 10111 | 1111111 | 0 | 1010101 | 10000 | 101000 | 100111000 | 1001010 | 100010 |
Color Harmonies of #98177F
Complementary color
Monochromatic Colors of #98177F
Black with #98177F
Text Example
Text Example
White with #98177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98177F; }
p { color: rgb(152,23,127); }
H1.HeaderClassName
{
color: #98177F;
}
.AnyTagClassName
{
color: #98177F;
}
</style>
background-color css
<style>
a { background-color: #98177F; }
a { background-color: rgb(152,23,127); }
div.DivClassName
{
background-color: #98177F;
}
.BgClassName
{
background-color: #98177F;
}
</style>
border-color css
<style>
span { border-color: #98177F; }
span { border-color: rgb(152,23,127); }
td.TdClassName
{
border-color: #98177F;
}
.TagClassName
{
border-color: #98177F;
}
</style>