Shades of Dark Purple #99276D
Tints of Dark Purple #99276D
RGB
CMYK
RGB Variations
Color information
#99276D (or 0x99276D) is known color: Dark Purple. HEX triplet: 99, 27 and 6D. RGB value is (153,39,109). Sum of RGB (Red+Green+Blue) = 153+39+109=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99276D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99276D is #66D892. Grayscale: #505050. Windows color (decimal): -6740115 or 7153561. OLE color: 7153561.
HSL color Cylindrical-coordinate representation of color #99276D: hue angle of 323.16º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99276D is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 39 | 109 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.4 |
| HSL | 323.16º | 0.59% | 0.38% | - |
| HSV(B) | 323.16º | 0.75% | 0.6% | - |
| XYZ | 16.62 | 9.33 | 15.39 | - |
| YUV | 81.07 | 143.77 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 39 | 109 | 0 | 0.75 | 0.29 | 0.4 | 323.16 | 0.59 | 0.38 |
| Hex | 99 | 27 | 6D | 0 | 4B | 1D | 28 | 143 | 3B | 26 |
| Octal | 231 | 47 | 155 | 0 | 113 | 35 | 50 | 503 | 73 | 46 |
| Binary | 10011001 | 100111 | 1101101 | 0 | 1001011 | 11101 | 101000 | 101000011 | 111011 | 100110 |
Color Harmonies of #99276D
Complementary color
Monochromatic Colors of #99276D
Black with #99276D
Text Example
Text Example
White with #99276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99276D; }
p { color: rgb(153,39,109); }
H1.HeaderClassName
{
color: #99276D;
}
.AnyTagClassName
{
color: #99276D;
}
</style>
background-color css
<style>
a { background-color: #99276D; }
a { background-color: rgb(153,39,109); }
div.DivClassName
{
background-color: #99276D;
}
.BgClassName
{
background-color: #99276D;
}
</style>
border-color css
<style>
span { border-color: #99276D; }
span { border-color: rgb(153,39,109); }
td.TdClassName
{
border-color: #99276D;
}
.TagClassName
{
border-color: #99276D;
}
</style>