Shades of Dark Purple #99268A
Tints of Dark Purple #99268A
RGB
CMYK
RGB Variations
Color information
#99268A (or 0x99268A) is known color: Dark Purple. HEX triplet: 99, 26 and 8A. RGB value is (153,38,138). Sum of RGB (Red+Green+Blue) = 153+38+138=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99268A is #66D975. Grayscale: #535353. Windows color (decimal): -6740342 or 9053849. OLE color: 9053849.
HSL color Cylindrical-coordinate representation of color #99268A: hue angle of 307.83º 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 #99268A is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 38 | 138 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.4 |
| HSL | 307.83º | 0.6% | 0.37% | - |
| HSV(B) | 307.83º | 0.75% | 0.6% | - |
| XYZ | 18.42 | 9.99 | 25 | - |
| YUV | 83.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 138 | 0 | 0.75 | 0.10 | 0.4 | 307.83 | 0.6 | 0.37 |
| Hex | 99 | 26 | 8A | 0 | 4B | A | 28 | 134 | 3C | 25 |
| Octal | 231 | 46 | 212 | 0 | 113 | 12 | 50 | 464 | 74 | 45 |
| Binary | 10011001 | 100110 | 10001010 | 0 | 1001011 | 1010 | 101000 | 100110100 | 111100 | 100101 |
Color Harmonies of #99268A
Complementary color
Monochromatic Colors of #99268A
Black with #99268A
Text Example
Text Example
White with #99268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99268A; }
p { color: rgb(153,38,138); }
H1.HeaderClassName
{
color: #99268A;
}
.AnyTagClassName
{
color: #99268A;
}
</style>
background-color css
<style>
a { background-color: #99268A; }
a { background-color: rgb(153,38,138); }
div.DivClassName
{
background-color: #99268A;
}
.BgClassName
{
background-color: #99268A;
}
</style>
border-color css
<style>
span { border-color: #99268A; }
span { border-color: rgb(153,38,138); }
td.TdClassName
{
border-color: #99268A;
}
.TagClassName
{
border-color: #99268A;
}
</style>