Shades of Dark Purple #99287F
Tints of Dark Purple #99287F
RGB
CMYK
RGB Variations
Color information
#99287F (or 0x99287F) is known color: Dark Purple. HEX triplet: 99, 28 and 7F. RGB value is (153,40,127). Sum of RGB (Red+Green+Blue) = 153+40+127=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #99287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99287F is #66D780. Grayscale: #535353. Windows color (decimal): -6739841 or 8333465. OLE color: 8333465.
HSL color Cylindrical-coordinate representation of color #99287F: hue angle of 313.81º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99287F is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 127 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.4 |
| HSL | 313.81º | 0.59% | 0.38% | - |
| HSV(B) | 313.81º | 0.74% | 0.6% | - |
| XYZ | 17.73 | 9.82 | 21.04 | - |
| YUV | 83.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 127 | 0 | 0.74 | 0.17 | 0.4 | 313.81 | 0.59 | 0.38 |
| Hex | 99 | 28 | 7F | 0 | 4A | 11 | 28 | 13A | 3B | 26 |
| Octal | 231 | 50 | 177 | 0 | 112 | 21 | 50 | 472 | 73 | 46 |
| Binary | 10011001 | 101000 | 1111111 | 0 | 1001010 | 10001 | 101000 | 100111010 | 111011 | 100110 |
Color Harmonies of #99287F
Complementary color
Monochromatic Colors of #99287F
Black with #99287F
Text Example
Text Example
White with #99287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99287F; }
p { color: rgb(153,40,127); }
H1.HeaderClassName
{
color: #99287F;
}
.AnyTagClassName
{
color: #99287F;
}
</style>
background-color css
<style>
a { background-color: #99287F; }
a { background-color: rgb(153,40,127); }
div.DivClassName
{
background-color: #99287F;
}
.BgClassName
{
background-color: #99287F;
}
</style>
border-color css
<style>
span { border-color: #99287F; }
span { border-color: rgb(153,40,127); }
td.TdClassName
{
border-color: #99287F;
}
.TagClassName
{
border-color: #99287F;
}
</style>