Shades of Dark Purple #90268B
Tints of Dark Purple #90268B
RGB
CMYK
RGB Variations
Color information
#90268B (or 0x90268B) is known color: Dark Purple. HEX triplet: 90, 26 and 8B. RGB value is (144,38,139). Sum of RGB (Red+Green+Blue) = 144+38+139=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #90268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90268B is #6FD974. Grayscale: #505050. Windows color (decimal): -7330165 or 9119376. OLE color: 9119376.
HSL color Cylindrical-coordinate representation of color #90268B: hue angle of 302.83º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90268B is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 38 | 139 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.44 |
| HSL | 302.83º | 0.58% | 0.36% | - |
| HSV(B) | 302.83º | 0.74% | 0.56% | - |
| XYZ | 16.85 | 9.18 | 25.31 | - |
| YUV | 81.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 38 | 139 | 0 | 0.74 | 0.03 | 0.44 | 302.83 | 0.58 | 0.36 |
| Hex | 90 | 26 | 8B | 0 | 4A | 3 | 2C | 12F | 3A | 24 |
| Octal | 220 | 46 | 213 | 0 | 112 | 3 | 54 | 457 | 72 | 44 |
| Binary | 10010000 | 100110 | 10001011 | 0 | 1001010 | 11 | 101100 | 100101111 | 111010 | 100100 |
Color Harmonies of #90268B
Complementary color
Monochromatic Colors of #90268B
Black with #90268B
Text Example
Text Example
White with #90268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90268B; }
p { color: rgb(144,38,139); }
H1.HeaderClassName
{
color: #90268B;
}
.AnyTagClassName
{
color: #90268B;
}
</style>
background-color css
<style>
a { background-color: #90268B; }
a { background-color: rgb(144,38,139); }
div.DivClassName
{
background-color: #90268B;
}
.BgClassName
{
background-color: #90268B;
}
</style>
border-color css
<style>
span { border-color: #90268B; }
span { border-color: rgb(144,38,139); }
td.TdClassName
{
border-color: #90268B;
}
.TagClassName
{
border-color: #90268B;
}
</style>