Shades of Dark Purple #99267C
Tints of Dark Purple #99267C
RGB
CMYK
RGB Variations
Color information
#99267C (or 0x99267C) is known color: Dark Purple. HEX triplet: 99, 26 and 7C. RGB value is (153,38,124). Sum of RGB (Red+Green+Blue) = 153+38+124=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99267C is #66D983. Grayscale: #515151. Windows color (decimal): -6740356 or 8136345. OLE color: 8136345.
HSL color Cylindrical-coordinate representation of color #99267C: hue angle of 315.13º 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 #99267C is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 38 | 124 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.4 |
| HSL | 315.13º | 0.6% | 0.37% | - |
| HSV(B) | 315.13º | 0.75% | 0.6% | - |
| XYZ | 17.47 | 9.61 | 20 | - |
| YUV | 82.19 | 151.6 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 124 | 0 | 0.75 | 0.19 | 0.4 | 315.13 | 0.6 | 0.37 |
| Hex | 99 | 26 | 7C | 0 | 4B | 13 | 28 | 13B | 3C | 25 |
| Octal | 231 | 46 | 174 | 0 | 113 | 23 | 50 | 473 | 74 | 45 |
| Binary | 10011001 | 100110 | 1111100 | 0 | 1001011 | 10011 | 101000 | 100111011 | 111100 | 100101 |
Color Harmonies of #99267C
Complementary color
Monochromatic Colors of #99267C
Black with #99267C
Text Example
Text Example
White with #99267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99267C; }
p { color: rgb(153,38,124); }
H1.HeaderClassName
{
color: #99267C;
}
.AnyTagClassName
{
color: #99267C;
}
</style>
background-color css
<style>
a { background-color: #99267C; }
a { background-color: rgb(153,38,124); }
div.DivClassName
{
background-color: #99267C;
}
.BgClassName
{
background-color: #99267C;
}
</style>
border-color css
<style>
span { border-color: #99267C; }
span { border-color: rgb(153,38,124); }
td.TdClassName
{
border-color: #99267C;
}
.TagClassName
{
border-color: #99267C;
}
</style>