Shades of Dark Purple #992582
Tints of Dark Purple #992582
RGB
CMYK
RGB Variations
Color information
#992582 (or 0x992582) is known color: Dark Purple. HEX triplet: 99, 25 and 82. RGB value is (153,37,130). Sum of RGB (Red+Green+Blue) = 153+37+130=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #992582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992582 is #66DA7D. Grayscale: #525252. Windows color (decimal): -6740606 or 8529305. OLE color: 8529305.
HSL color Cylindrical-coordinate representation of color #992582: hue angle of 311.9º 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 #992582 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 130 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.4 |
| HSL | 311.9º | 0.61% | 0.37% | - |
| HSV(B) | 311.9º | 0.76% | 0.6% | - |
| XYZ | 17.83 | 9.71 | 22.05 | - |
| YUV | 82.29 | 154.93 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 130 | 0 | 0.76 | 0.15 | 0.4 | 311.9 | 0.61 | 0.37 |
| Hex | 99 | 25 | 82 | 0 | 4C | F | 28 | 138 | 3D | 25 |
| Octal | 231 | 45 | 202 | 0 | 114 | 17 | 50 | 470 | 75 | 45 |
| Binary | 10011001 | 100101 | 10000010 | 0 | 1001100 | 1111 | 101000 | 100111000 | 111101 | 100101 |
Color Harmonies of #992582
Complementary color
Monochromatic Colors of #992582
Black with #992582
Text Example
Text Example
White with #992582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992582; }
p { color: rgb(153,37,130); }
H1.HeaderClassName
{
color: #992582;
}
.AnyTagClassName
{
color: #992582;
}
</style>
background-color css
<style>
a { background-color: #992582; }
a { background-color: rgb(153,37,130); }
div.DivClassName
{
background-color: #992582;
}
.BgClassName
{
background-color: #992582;
}
</style>
border-color css
<style>
span { border-color: #992582; }
span { border-color: rgb(153,37,130); }
td.TdClassName
{
border-color: #992582;
}
.TagClassName
{
border-color: #992582;
}
</style>