Shades of Dark Purple #90276F
Tints of Dark Purple #90276F
RGB
CMYK
RGB Variations
Color information
#90276F (or 0x90276F) is known color: Dark Purple. HEX triplet: 90, 27 and 6F. RGB value is (144,39,111). Sum of RGB (Red+Green+Blue) = 144+39+111=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #90276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90276F is #6FD890. Grayscale: #4E4E4E. Windows color (decimal): -7329937 or 7284624. OLE color: 7284624.
HSL color Cylindrical-coordinate representation of color #90276F: hue angle of 318.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90276F is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 39 | 111 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.44 |
| HSL | 318.86º | 0.57% | 0.36% | - |
| HSV(B) | 318.86º | 0.73% | 0.56% | - |
| XYZ | 15.1 | 8.53 | 15.89 | - |
| YUV | 78.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 111 | 0 | 0.73 | 0.23 | 0.44 | 318.86 | 0.57 | 0.36 |
| Hex | 90 | 27 | 6F | 0 | 49 | 17 | 2C | 13F | 39 | 24 |
| Octal | 220 | 47 | 157 | 0 | 111 | 27 | 54 | 477 | 71 | 44 |
| Binary | 10010000 | 100111 | 1101111 | 0 | 1001001 | 10111 | 101100 | 100111111 | 111001 | 100100 |
Color Harmonies of #90276F
Complementary color
Monochromatic Colors of #90276F
Black with #90276F
Text Example
Text Example
White with #90276F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90276F; }
p { color: rgb(144,39,111); }
H1.HeaderClassName
{
color: #90276F;
}
.AnyTagClassName
{
color: #90276F;
}
</style>
background-color css
<style>
a { background-color: #90276F; }
a { background-color: rgb(144,39,111); }
div.DivClassName
{
background-color: #90276F;
}
.BgClassName
{
background-color: #90276F;
}
</style>
border-color css
<style>
span { border-color: #90276F; }
span { border-color: rgb(144,39,111); }
td.TdClassName
{
border-color: #90276F;
}
.TagClassName
{
border-color: #90276F;
}
</style>