Shades of Dark Purple #90237F
Tints of Dark Purple #90237F
RGB
CMYK
RGB Variations
Color information
#90237F (or 0x90237F) is known color: Dark Purple. HEX triplet: 90, 23 and 7F. RGB value is (144,35,127). Sum of RGB (Red+Green+Blue) = 144+35+127=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #90237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90237F is #6FDC80. Grayscale: #4D4D4D. Windows color (decimal): -7330945 or 8332176. OLE color: 8332176.
HSL color Cylindrical-coordinate representation of color #90237F: hue angle of 309.36º 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 #90237F is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 35 | 127 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.44 |
| HSL | 309.36º | 0.61% | 0.35% | - |
| HSV(B) | 309.36º | 0.76% | 0.56% | - |
| XYZ | 15.93 | 8.66 | 20.91 | - |
| YUV | 78.08 | 155.61 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 35 | 127 | 0 | 0.76 | 0.12 | 0.44 | 309.36 | 0.61 | 0.35 |
| Hex | 90 | 23 | 7F | 0 | 4C | C | 2C | 135 | 3D | 23 |
| Octal | 220 | 43 | 177 | 0 | 114 | 14 | 54 | 465 | 75 | 43 |
| Binary | 10010000 | 100011 | 1111111 | 0 | 1001100 | 1100 | 101100 | 100110101 | 111101 | 100011 |
Color Harmonies of #90237F
Complementary color
Monochromatic Colors of #90237F
Black with #90237F
Text Example
Text Example
White with #90237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90237F; }
p { color: rgb(144,35,127); }
H1.HeaderClassName
{
color: #90237F;
}
.AnyTagClassName
{
color: #90237F;
}
</style>
background-color css
<style>
a { background-color: #90237F; }
a { background-color: rgb(144,35,127); }
div.DivClassName
{
background-color: #90237F;
}
.BgClassName
{
background-color: #90237F;
}
</style>
border-color css
<style>
span { border-color: #90237F; }
span { border-color: rgb(144,35,127); }
td.TdClassName
{
border-color: #90237F;
}
.TagClassName
{
border-color: #90237F;
}
</style>