Shades of Dark Purple #90237B
Tints of Dark Purple #90237B
RGB
CMYK
RGB Variations
Color information
#90237B (or 0x90237B) is known color: Dark Purple. HEX triplet: 90, 23 and 7B. RGB value is (144,35,123). Sum of RGB (Red+Green+Blue) = 144+35+123=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 144 - color contains mainly: red. Hex color #90237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90237B is #6FDC84. Grayscale: #4D4D4D. Windows color (decimal): -7330949 or 8070032. OLE color: 8070032.
HSL color Cylindrical-coordinate representation of color #90237B: hue angle of 311.56º degrees, saturation: 0.61, 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 #90237B is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 35 | 123 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.44 |
| HSL | 311.56º | 0.61% | 0.35% | - |
| HSV(B) | 311.56º | 0.76% | 0.56% | - |
| XYZ | 15.68 | 8.56 | 19.57 | - |
| YUV | 77.62 | 153.61 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 35 | 123 | 0 | 0.76 | 0.15 | 0.44 | 311.56 | 0.61 | 0.35 |
| Hex | 90 | 23 | 7B | 0 | 4C | F | 2C | 138 | 3D | 23 |
| Octal | 220 | 43 | 173 | 0 | 114 | 17 | 54 | 470 | 75 | 43 |
| Binary | 10010000 | 100011 | 1111011 | 0 | 1001100 | 1111 | 101100 | 100111000 | 111101 | 100011 |
Color Harmonies of #90237B
Complementary color
Monochromatic Colors of #90237B
Black with #90237B
Text Example
Text Example
White with #90237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90237B; }
p { color: rgb(144,35,123); }
H1.HeaderClassName
{
color: #90237B;
}
.AnyTagClassName
{
color: #90237B;
}
</style>
background-color css
<style>
a { background-color: #90237B; }
a { background-color: rgb(144,35,123); }
div.DivClassName
{
background-color: #90237B;
}
.BgClassName
{
background-color: #90237B;
}
</style>
border-color css
<style>
span { border-color: #90237B; }
span { border-color: rgb(144,35,123); }
td.TdClassName
{
border-color: #90237B;
}
.TagClassName
{
border-color: #90237B;
}
</style>