Shades of Dark Purple #90246D
Tints of Dark Purple #90246D
RGB
CMYK
RGB Variations
Color information
#90246D (or 0x90246D) is known color: Dark Purple. HEX triplet: 90, 24 and 6D. RGB value is (144,36,109). Sum of RGB (Red+Green+Blue) = 144+36+109=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #90246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90246D is #6FDB92. Grayscale: #4C4C4C. Windows color (decimal): -7330707 or 7152784. OLE color: 7152784.
HSL color Cylindrical-coordinate representation of color #90246D: hue angle of 319.44º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90246D is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 109 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.44 |
| HSL | 319.44º | 0.6% | 0.35% | - |
| HSV(B) | 319.44º | 0.75% | 0.56% | - |
| XYZ | 14.89 | 8.3 | 15.28 | - |
| YUV | 76.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 109 | 0 | 0.75 | 0.24 | 0.44 | 319.44 | 0.6 | 0.35 |
| Hex | 90 | 24 | 6D | 0 | 4B | 18 | 2C | 13F | 3C | 23 |
| Octal | 220 | 44 | 155 | 0 | 113 | 30 | 54 | 477 | 74 | 43 |
| Binary | 10010000 | 100100 | 1101101 | 0 | 1001011 | 11000 | 101100 | 100111111 | 111100 | 100011 |
Color Harmonies of #90246D
Complementary color
Monochromatic Colors of #90246D
Black with #90246D
Text Example
Text Example
White with #90246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90246D; }
p { color: rgb(144,36,109); }
H1.HeaderClassName
{
color: #90246D;
}
.AnyTagClassName
{
color: #90246D;
}
</style>
background-color css
<style>
a { background-color: #90246D; }
a { background-color: rgb(144,36,109); }
div.DivClassName
{
background-color: #90246D;
}
.BgClassName
{
background-color: #90246D;
}
</style>
border-color css
<style>
span { border-color: #90246D; }
span { border-color: rgb(144,36,109); }
td.TdClassName
{
border-color: #90246D;
}
.TagClassName
{
border-color: #90246D;
}
</style>