Shades of Dark Purple #90266F
Tints of Dark Purple #90266F
RGB
CMYK
RGB Variations
Color information
#90266F (or 0x90266F) is known color: Dark Purple. HEX triplet: 90, 26 and 6F. RGB value is (144,38,111). Sum of RGB (Red+Green+Blue) = 144+38+111=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #90266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90266F is #6FD990. Grayscale: #4D4D4D. Windows color (decimal): -7330193 or 7284368. OLE color: 7284368.
HSL color Cylindrical-coordinate representation of color #90266F: hue angle of 318.68º 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 #90266F is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 38 | 111 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.44 |
| HSL | 318.68º | 0.58% | 0.36% | - |
| HSV(B) | 318.68º | 0.74% | 0.56% | - |
| XYZ | 15.06 | 8.46 | 15.88 | - |
| YUV | 78.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 38 | 111 | 0 | 0.74 | 0.23 | 0.44 | 318.68 | 0.58 | 0.36 |
| Hex | 90 | 26 | 6F | 0 | 4A | 17 | 2C | 13F | 3A | 24 |
| Octal | 220 | 46 | 157 | 0 | 112 | 27 | 54 | 477 | 72 | 44 |
| Binary | 10010000 | 100110 | 1101111 | 0 | 1001010 | 10111 | 101100 | 100111111 | 111010 | 100100 |
Color Harmonies of #90266F
Complementary color
Monochromatic Colors of #90266F
Black with #90266F
Text Example
Text Example
White with #90266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90266F; }
p { color: rgb(144,38,111); }
H1.HeaderClassName
{
color: #90266F;
}
.AnyTagClassName
{
color: #90266F;
}
</style>
background-color css
<style>
a { background-color: #90266F; }
a { background-color: rgb(144,38,111); }
div.DivClassName
{
background-color: #90266F;
}
.BgClassName
{
background-color: #90266F;
}
</style>
border-color css
<style>
span { border-color: #90266F; }
span { border-color: rgb(144,38,111); }
td.TdClassName
{
border-color: #90266F;
}
.TagClassName
{
border-color: #90266F;
}
</style>