Shades of Dark Purple #982277
Tints of Dark Purple #982277
RGB
CMYK
RGB Variations
Color information
#982277 (or 0x982277) is known color: Dark Purple. HEX triplet: 98, 22 and 77. RGB value is (152,34,119). Sum of RGB (Red+Green+Blue) = 152+34+119=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #982277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982277 is #67DD88. Grayscale: #4E4E4E. Windows color (decimal): -6806921 or 7807640. OLE color: 7807640.
HSL color Cylindrical-coordinate representation of color #982277: hue angle of 316.78º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982277 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 119 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.40 |
| HSL | 316.78º | 0.63% | 0.36% | - |
| HSV(B) | 316.78º | 0.78% | 0.6% | - |
| XYZ | 16.85 | 9.15 | 18.33 | - |
| YUV | 78.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 119 | 0 | 0.78 | 0.22 | 0.40 | 316.78 | 0.63 | 0.36 |
| Hex | 98 | 22 | 77 | 0 | 4E | 16 | 28 | 13D | 3F | 24 |
| Octal | 230 | 42 | 167 | 0 | 116 | 26 | 50 | 475 | 77 | 44 |
| Binary | 10011000 | 100010 | 1110111 | 0 | 1001110 | 10110 | 101000 | 100111101 | 111111 | 100100 |
Color Harmonies of #982277
Complementary color
Monochromatic Colors of #982277
Black with #982277
Text Example
Text Example
White with #982277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982277; }
p { color: rgb(152,34,119); }
H1.HeaderClassName
{
color: #982277;
}
.AnyTagClassName
{
color: #982277;
}
</style>
background-color css
<style>
a { background-color: #982277; }
a { background-color: rgb(152,34,119); }
div.DivClassName
{
background-color: #982277;
}
.BgClassName
{
background-color: #982277;
}
</style>
border-color css
<style>
span { border-color: #982277; }
span { border-color: rgb(152,34,119); }
td.TdClassName
{
border-color: #982277;
}
.TagClassName
{
border-color: #982277;
}
</style>