Shades of Dark Purple #99266D
Tints of Dark Purple #99266D
RGB
CMYK
RGB Variations
Color information
#99266D (or 0x99266D) is known color: Dark Purple. HEX triplet: 99, 26 and 6D. RGB value is (153,38,109). Sum of RGB (Red+Green+Blue) = 153+38+109=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #99266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99266D is #66D992. Grayscale: #505050. Windows color (decimal): -6740371 or 7153305. OLE color: 7153305.
HSL color Cylindrical-coordinate representation of color #99266D: hue angle of 322.96º 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 #99266D is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 38 | 109 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.4 |
| HSL | 322.96º | 0.6% | 0.37% | - |
| HSV(B) | 322.96º | 0.75% | 0.6% | - |
| XYZ | 16.59 | 9.26 | 15.38 | - |
| YUV | 80.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 109 | 0 | 0.75 | 0.29 | 0.4 | 322.96 | 0.6 | 0.37 |
| Hex | 99 | 26 | 6D | 0 | 4B | 1D | 28 | 143 | 3C | 25 |
| Octal | 231 | 46 | 155 | 0 | 113 | 35 | 50 | 503 | 74 | 45 |
| Binary | 10011001 | 100110 | 1101101 | 0 | 1001011 | 11101 | 101000 | 101000011 | 111100 | 100101 |
Color Harmonies of #99266D
Complementary color
Monochromatic Colors of #99266D
Black with #99266D
Text Example
Text Example
White with #99266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99266D; }
p { color: rgb(153,38,109); }
H1.HeaderClassName
{
color: #99266D;
}
.AnyTagClassName
{
color: #99266D;
}
</style>
background-color css
<style>
a { background-color: #99266D; }
a { background-color: rgb(153,38,109); }
div.DivClassName
{
background-color: #99266D;
}
.BgClassName
{
background-color: #99266D;
}
</style>
border-color css
<style>
span { border-color: #99266D; }
span { border-color: rgb(153,38,109); }
td.TdClassName
{
border-color: #99266D;
}
.TagClassName
{
border-color: #99266D;
}
</style>