Shades of Purple #90097A
Tints of Purple #90097A
RGB
CMYK
RGB Variations
Color information
#90097A (or 0x90097A) is known color: Purple. HEX triplet: 90, 09 and 7A. RGB value is (144,9,122). Sum of RGB (Red+Green+Blue) = 144+9+122=275 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.36% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 144 - color contains mainly: red. Hex color #90097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90097A is #6FF685. Grayscale: #3D3D3D. Windows color (decimal): -7337606 or 7997840. OLE color: 7997840.
HSL color Cylindrical-coordinate representation of color #90097A: hue angle of 309.78º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90097A is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 122 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.44 |
| HSL | 309.78º | 0.88% | 0.3% | - |
| HSV(B) | 309.78º | 0.94% | 0.56% | - |
| XYZ | 15.11 | 7.53 | 19.07 | - |
| YUV | 62.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 122 | 0 | 0.94 | 0.15 | 0.44 | 309.78 | 0.88 | 0.3 |
| Hex | 90 | 9 | 7A | 0 | 5E | F | 2C | 136 | 58 | 1E |
| Octal | 220 | 11 | 172 | 0 | 136 | 17 | 54 | 466 | 130 | 36 |
| Binary | 10010000 | 1001 | 1111010 | 0 | 1011110 | 1111 | 101100 | 100110110 | 1011000 | 11110 |
Color Harmonies of #90097A
Complementary color
Monochromatic Colors of #90097A
Black with #90097A
Text Example
Text Example
White with #90097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90097A; }
p { color: rgb(144,9,122); }
H1.HeaderClassName
{
color: #90097A;
}
.AnyTagClassName
{
color: #90097A;
}
</style>
background-color css
<style>
a { background-color: #90097A; }
a { background-color: rgb(144,9,122); }
div.DivClassName
{
background-color: #90097A;
}
.BgClassName
{
background-color: #90097A;
}
</style>
border-color css
<style>
span { border-color: #90097A; }
span { border-color: rgb(144,9,122); }
td.TdClassName
{
border-color: #90097A;
}
.TagClassName
{
border-color: #90097A;
}
</style>