Shades of Dark Purple #99268F
Tints of Dark Purple #99268F
RGB
CMYK
RGB Variations
Color information
#99268F (or 0x99268F) is known color: Dark Purple. HEX triplet: 99, 26 and 8F. RGB value is (153,38,143). Sum of RGB (Red+Green+Blue) = 153+38+143=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #99268F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99268F is #66D970. Grayscale: #545454. Windows color (decimal): -6740337 or 9381529. OLE color: 9381529.
HSL color Cylindrical-coordinate representation of color #99268F: hue angle of 305.22º 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 #99268F is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 38 | 143 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.4 |
| HSL | 305.22º | 0.6% | 0.37% | - |
| HSV(B) | 305.22º | 0.75% | 0.6% | - |
| XYZ | 18.79 | 10.14 | 26.95 | - |
| YUV | 84.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 143 | 0 | 0.75 | 0.07 | 0.4 | 305.22 | 0.6 | 0.37 |
| Hex | 99 | 26 | 8F | 0 | 4B | 7 | 28 | 131 | 3C | 25 |
| Octal | 231 | 46 | 217 | 0 | 113 | 7 | 50 | 461 | 74 | 45 |
| Binary | 10011001 | 100110 | 10001111 | 0 | 1001011 | 111 | 101000 | 100110001 | 111100 | 100101 |
Color Harmonies of #99268F
Complementary color
Monochromatic Colors of #99268F
Black with #99268F
Text Example
Text Example
White with #99268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99268F; }
p { color: rgb(153,38,143); }
H1.HeaderClassName
{
color: #99268F;
}
.AnyTagClassName
{
color: #99268F;
}
</style>
background-color css
<style>
a { background-color: #99268F; }
a { background-color: rgb(153,38,143); }
div.DivClassName
{
background-color: #99268F;
}
.BgClassName
{
background-color: #99268F;
}
</style>
border-color css
<style>
span { border-color: #99268F; }
span { border-color: rgb(153,38,143); }
td.TdClassName
{
border-color: #99268F;
}
.TagClassName
{
border-color: #99268F;
}
</style>