Shades of Dark Purple #90307C
Tints of Dark Purple #90307C
RGB
CMYK
RGB Variations
Color information
#90307C (or 0x90307C) is known color: Dark Purple. HEX triplet: 90, 30 and 7C. RGB value is (144,48,124). Sum of RGB (Red+Green+Blue) = 144+48+124=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #90307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90307C is #6FCF83. Grayscale: #555555. Windows color (decimal): -7327620 or 8138896. OLE color: 8138896.
HSL color Cylindrical-coordinate representation of color #90307C: hue angle of 312.5º 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 #90307C is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 48 | 124 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.44 |
| HSL | 312.5º | 0.5% | 0.38% | - |
| HSV(B) | 312.5º | 0.67% | 0.56% | - |
| XYZ | 16.2 | 9.5 | 20.05 | - |
| YUV | 85.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 124 | 0 | 0.67 | 0.14 | 0.44 | 312.5 | 0.5 | 0.38 |
| Hex | 90 | 30 | 7C | 0 | 43 | E | 2C | 138 | 32 | 26 |
| Octal | 220 | 60 | 174 | 0 | 103 | 16 | 54 | 470 | 62 | 46 |
| Binary | 10010000 | 110000 | 1111100 | 0 | 1000011 | 1110 | 101100 | 100111000 | 110010 | 100110 |
Color Harmonies of #90307C
Complementary color
Monochromatic Colors of #90307C
Black with #90307C
Text Example
Text Example
White with #90307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90307C; }
p { color: rgb(144,48,124); }
H1.HeaderClassName
{
color: #90307C;
}
.AnyTagClassName
{
color: #90307C;
}
</style>
background-color css
<style>
a { background-color: #90307C; }
a { background-color: rgb(144,48,124); }
div.DivClassName
{
background-color: #90307C;
}
.BgClassName
{
background-color: #90307C;
}
</style>
border-color css
<style>
span { border-color: #90307C; }
span { border-color: rgb(144,48,124); }
td.TdClassName
{
border-color: #90307C;
}
.TagClassName
{
border-color: #90307C;
}
</style>