Shades of Dark Purple #90276A
Tints of Dark Purple #90276A
RGB
CMYK
RGB Variations
Color information
#90276A (or 0x90276A) is known color: Dark Purple. HEX triplet: 90, 27 and 6A. RGB value is (144,39,106). Sum of RGB (Red+Green+Blue) = 144+39+106=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #90276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90276A is #6FD895. Grayscale: #4D4D4D. Windows color (decimal): -7329942 or 6956944. OLE color: 6956944.
HSL color Cylindrical-coordinate representation of color #90276A: hue angle of 321.71º 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 #90276A is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 39 | 106 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.44 |
| HSL | 321.71º | 0.57% | 0.36% | - |
| HSV(B) | 321.71º | 0.73% | 0.56% | - |
| XYZ | 14.83 | 8.42 | 14.48 | - |
| YUV | 78.03 | 143.79 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 106 | 0 | 0.73 | 0.26 | 0.44 | 321.71 | 0.57 | 0.36 |
| Hex | 90 | 27 | 6A | 0 | 49 | 1A | 2C | 142 | 39 | 24 |
| Octal | 220 | 47 | 152 | 0 | 111 | 32 | 54 | 502 | 71 | 44 |
| Binary | 10010000 | 100111 | 1101010 | 0 | 1001001 | 11010 | 101100 | 101000010 | 111001 | 100100 |
Color Harmonies of #90276A
Complementary color
Monochromatic Colors of #90276A
Black with #90276A
Text Example
Text Example
White with #90276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90276A; }
p { color: rgb(144,39,106); }
H1.HeaderClassName
{
color: #90276A;
}
.AnyTagClassName
{
color: #90276A;
}
</style>
background-color css
<style>
a { background-color: #90276A; }
a { background-color: rgb(144,39,106); }
div.DivClassName
{
background-color: #90276A;
}
.BgClassName
{
background-color: #90276A;
}
</style>
border-color css
<style>
span { border-color: #90276A; }
span { border-color: rgb(144,39,106); }
td.TdClassName
{
border-color: #90276A;
}
.TagClassName
{
border-color: #90276A;
}
</style>