Shades of Dark Purple #90267F
Tints of Dark Purple #90267F
RGB
CMYK
RGB Variations
Color information
#90267F (or 0x90267F) is known color: Dark Purple. HEX triplet: 90, 26 and 7F. RGB value is (144,38,127). Sum of RGB (Red+Green+Blue) = 144+38+127=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #90267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90267F is #6FD980. Grayscale: #4F4F4F. Windows color (decimal): -7330177 or 8332944. OLE color: 8332944.
HSL color Cylindrical-coordinate representation of color #90267F: hue angle of 309.62º 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 #90267F is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 38 | 127 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.44 |
| HSL | 309.62º | 0.58% | 0.36% | - |
| HSV(B) | 309.62º | 0.74% | 0.56% | - |
| XYZ | 16.03 | 8.85 | 20.94 | - |
| YUV | 79.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 38 | 127 | 0 | 0.74 | 0.12 | 0.44 | 309.62 | 0.58 | 0.36 |
| Hex | 90 | 26 | 7F | 0 | 4A | C | 2C | 136 | 3A | 24 |
| Octal | 220 | 46 | 177 | 0 | 112 | 14 | 54 | 466 | 72 | 44 |
| Binary | 10010000 | 100110 | 1111111 | 0 | 1001010 | 1100 | 101100 | 100110110 | 111010 | 100100 |
Color Harmonies of #90267F
Complementary color
Monochromatic Colors of #90267F
Black with #90267F
Text Example
Text Example
White with #90267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90267F; }
p { color: rgb(144,38,127); }
H1.HeaderClassName
{
color: #90267F;
}
.AnyTagClassName
{
color: #90267F;
}
</style>
background-color css
<style>
a { background-color: #90267F; }
a { background-color: rgb(144,38,127); }
div.DivClassName
{
background-color: #90267F;
}
.BgClassName
{
background-color: #90267F;
}
</style>
border-color css
<style>
span { border-color: #90267F; }
span { border-color: rgb(144,38,127); }
td.TdClassName
{
border-color: #90267F;
}
.TagClassName
{
border-color: #90267F;
}
</style>