Shades of Dark Purple #90307E
Tints of Dark Purple #90307E
RGB
CMYK
RGB Variations
Color information
#90307E (or 0x90307E) is known color: Dark Purple. HEX triplet: 90, 30 and 7E. RGB value is (144,48,126). Sum of RGB (Red+Green+Blue) = 144+48+126=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90307E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90307E is #6FCF81. Grayscale: #555555. Windows color (decimal): -7327618 or 8269968. OLE color: 8269968.
HSL color Cylindrical-coordinate representation of color #90307E: hue angle of 311.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90307E is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 48 | 126 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.44 |
| HSL | 311.25º | 0.5% | 0.38% | - |
| HSV(B) | 311.25º | 0.67% | 0.56% | - |
| XYZ | 16.32 | 9.55 | 20.72 | - |
| YUV | 85.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 126 | 0 | 0.67 | 0.12 | 0.44 | 311.25 | 0.5 | 0.38 |
| Hex | 90 | 30 | 7E | 0 | 43 | C | 2C | 137 | 32 | 26 |
| Octal | 220 | 60 | 176 | 0 | 103 | 14 | 54 | 467 | 62 | 46 |
| Binary | 10010000 | 110000 | 1111110 | 0 | 1000011 | 1100 | 101100 | 100110111 | 110010 | 100110 |
Color Harmonies of #90307E
Complementary color
Monochromatic Colors of #90307E
Black with #90307E
Text Example
Text Example
White with #90307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90307E; }
p { color: rgb(144,48,126); }
H1.HeaderClassName
{
color: #90307E;
}
.AnyTagClassName
{
color: #90307E;
}
</style>
background-color css
<style>
a { background-color: #90307E; }
a { background-color: rgb(144,48,126); }
div.DivClassName
{
background-color: #90307E;
}
.BgClassName
{
background-color: #90307E;
}
</style>
border-color css
<style>
span { border-color: #90307E; }
span { border-color: rgb(144,48,126); }
td.TdClassName
{
border-color: #90307E;
}
.TagClassName
{
border-color: #90307E;
}
</style>