Shades of Dark Purple #90246A
Tints of Dark Purple #90246A
RGB
CMYK
RGB Variations
Color information
#90246A (or 0x90246A) is known color: Dark Purple. HEX triplet: 90, 24 and 6A. RGB value is (144,36,106). Sum of RGB (Red+Green+Blue) = 144+36+106=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #90246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90246A is #6FDB95. Grayscale: #4C4C4C. Windows color (decimal): -7330710 or 6956176. OLE color: 6956176.
HSL color Cylindrical-coordinate representation of color #90246A: hue angle of 321.11º 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 #90246A is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 106 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.44 |
| HSL | 321.11º | 0.6% | 0.35% | - |
| HSV(B) | 321.11º | 0.75% | 0.56% | - |
| XYZ | 14.73 | 8.23 | 14.45 | - |
| YUV | 76.27 | 144.78 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 106 | 0 | 0.75 | 0.26 | 0.44 | 321.11 | 0.6 | 0.35 |
| Hex | 90 | 24 | 6A | 0 | 4B | 1A | 2C | 141 | 3C | 23 |
| Octal | 220 | 44 | 152 | 0 | 113 | 32 | 54 | 501 | 74 | 43 |
| Binary | 10010000 | 100100 | 1101010 | 0 | 1001011 | 11010 | 101100 | 101000001 | 111100 | 100011 |
Color Harmonies of #90246A
Complementary color
Monochromatic Colors of #90246A
Black with #90246A
Text Example
Text Example
White with #90246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90246A; }
p { color: rgb(144,36,106); }
H1.HeaderClassName
{
color: #90246A;
}
.AnyTagClassName
{
color: #90246A;
}
</style>
background-color css
<style>
a { background-color: #90246A; }
a { background-color: rgb(144,36,106); }
div.DivClassName
{
background-color: #90246A;
}
.BgClassName
{
background-color: #90246A;
}
</style>
border-color css
<style>
span { border-color: #90246A; }
span { border-color: rgb(144,36,106); }
td.TdClassName
{
border-color: #90246A;
}
.TagClassName
{
border-color: #90246A;
}
</style>