Shades of Dark Purple #90227B
Tints of Dark Purple #90227B
RGB
CMYK
RGB Variations
Color information
#90227B (or 0x90227B) is known color: Dark Purple. HEX triplet: 90, 22 and 7B. RGB value is (144,34,123). Sum of RGB (Red+Green+Blue) = 144+34+123=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #90227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90227B is #6FDD84. Grayscale: #4C4C4C. Windows color (decimal): -7331205 or 8069776. OLE color: 8069776.
HSL color Cylindrical-coordinate representation of color #90227B: hue angle of 311.45º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90227B is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 34 | 123 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.44 |
| HSL | 311.45º | 0.62% | 0.35% | - |
| HSV(B) | 311.45º | 0.76% | 0.56% | - |
| XYZ | 15.65 | 8.5 | 19.56 | - |
| YUV | 77.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 123 | 0 | 0.76 | 0.15 | 0.44 | 311.45 | 0.62 | 0.35 |
| Hex | 90 | 22 | 7B | 0 | 4C | F | 2C | 137 | 3E | 23 |
| Octal | 220 | 42 | 173 | 0 | 114 | 17 | 54 | 467 | 76 | 43 |
| Binary | 10010000 | 100010 | 1111011 | 0 | 1001100 | 1111 | 101100 | 100110111 | 111110 | 100011 |
Color Harmonies of #90227B
Complementary color
Monochromatic Colors of #90227B
Black with #90227B
Text Example
Text Example
White with #90227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90227B; }
p { color: rgb(144,34,123); }
H1.HeaderClassName
{
color: #90227B;
}
.AnyTagClassName
{
color: #90227B;
}
</style>
background-color css
<style>
a { background-color: #90227B; }
a { background-color: rgb(144,34,123); }
div.DivClassName
{
background-color: #90227B;
}
.BgClassName
{
background-color: #90227B;
}
</style>
border-color css
<style>
span { border-color: #90227B; }
span { border-color: rgb(144,34,123); }
td.TdClassName
{
border-color: #90227B;
}
.TagClassName
{
border-color: #90227B;
}
</style>