Shades of Dark Purple #90278A
Tints of Dark Purple #90278A
RGB
CMYK
RGB Variations
Color information
#90278A (or 0x90278A) is known color: Dark Purple. HEX triplet: 90, 27 and 8A. RGB value is (144,39,138). Sum of RGB (Red+Green+Blue) = 144+39+138=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #90278A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90278A is #6FD875. Grayscale: #515151. Windows color (decimal): -7329910 or 9054096. OLE color: 9054096.
HSL color Cylindrical-coordinate representation of color #90278A: hue angle of 303.43º 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 #90278A is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 39 | 138 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.44 |
| HSL | 303.43º | 0.57% | 0.36% | - |
| HSV(B) | 303.43º | 0.73% | 0.56% | - |
| XYZ | 16.81 | 9.22 | 24.94 | - |
| YUV | 81.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 138 | 0 | 0.73 | 0.04 | 0.44 | 303.43 | 0.57 | 0.36 |
| Hex | 90 | 27 | 8A | 0 | 49 | 4 | 2C | 12F | 39 | 24 |
| Octal | 220 | 47 | 212 | 0 | 111 | 4 | 54 | 457 | 71 | 44 |
| Binary | 10010000 | 100111 | 10001010 | 0 | 1001001 | 100 | 101100 | 100101111 | 111001 | 100100 |
Color Harmonies of #90278A
Complementary color
Monochromatic Colors of #90278A
Black with #90278A
Text Example
Text Example
White with #90278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90278A; }
p { color: rgb(144,39,138); }
H1.HeaderClassName
{
color: #90278A;
}
.AnyTagClassName
{
color: #90278A;
}
</style>
background-color css
<style>
a { background-color: #90278A; }
a { background-color: rgb(144,39,138); }
div.DivClassName
{
background-color: #90278A;
}
.BgClassName
{
background-color: #90278A;
}
</style>
border-color css
<style>
span { border-color: #90278A; }
span { border-color: rgb(144,39,138); }
td.TdClassName
{
border-color: #90278A;
}
.TagClassName
{
border-color: #90278A;
}
</style>