Shades of Dark Purple #99267F
Tints of Dark Purple #99267F
RGB
CMYK
RGB Variations
Color information
#99267F (or 0x99267F) is known color: Dark Purple. HEX triplet: 99, 26 and 7F. RGB value is (153,38,127). Sum of RGB (Red+Green+Blue) = 153+38+127=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99267F is #66D980. Grayscale: #525252. Windows color (decimal): -6740353 or 8332953. OLE color: 8332953.
HSL color Cylindrical-coordinate representation of color #99267F: hue angle of 313.57º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99267F is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 38 | 127 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.4 |
| HSL | 313.57º | 0.6% | 0.37% | - |
| HSV(B) | 313.57º | 0.75% | 0.6% | - |
| XYZ | 17.66 | 9.69 | 21.02 | - |
| YUV | 82.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 127 | 0 | 0.75 | 0.17 | 0.4 | 313.57 | 0.6 | 0.37 |
| Hex | 99 | 26 | 7F | 0 | 4B | 11 | 28 | 13A | 3C | 25 |
| Octal | 231 | 46 | 177 | 0 | 113 | 21 | 50 | 472 | 74 | 45 |
| Binary | 10011001 | 100110 | 1111111 | 0 | 1001011 | 10001 | 101000 | 100111010 | 111100 | 100101 |
Color Harmonies of #99267F
Complementary color
Monochromatic Colors of #99267F
Black with #99267F
Text Example
Text Example
White with #99267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99267F; }
p { color: rgb(153,38,127); }
H1.HeaderClassName
{
color: #99267F;
}
.AnyTagClassName
{
color: #99267F;
}
</style>
background-color css
<style>
a { background-color: #99267F; }
a { background-color: rgb(153,38,127); }
div.DivClassName
{
background-color: #99267F;
}
.BgClassName
{
background-color: #99267F;
}
</style>
border-color css
<style>
span { border-color: #99267F; }
span { border-color: rgb(153,38,127); }
td.TdClassName
{
border-color: #99267F;
}
.TagClassName
{
border-color: #99267F;
}
</style>