Shades of Dark Purple #90307D
Tints of Dark Purple #90307D
RGB
CMYK
RGB Variations
Color information
#90307D (or 0x90307D) is known color: Dark Purple. HEX triplet: 90, 30 and 7D. RGB value is (144,48,125). Sum of RGB (Red+Green+Blue) = 144+48+125=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #90307D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90307D is #6FCF82. Grayscale: #555555. Windows color (decimal): -7327619 or 8204432. OLE color: 8204432.
HSL color Cylindrical-coordinate representation of color #90307D: hue angle of 311.88º 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 #90307D is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 48 | 125 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.44 |
| HSL | 311.88º | 0.5% | 0.38% | - |
| HSV(B) | 311.88º | 0.67% | 0.56% | - |
| XYZ | 16.26 | 9.52 | 20.38 | - |
| YUV | 85.48 | 150.3 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 125 | 0 | 0.67 | 0.13 | 0.44 | 311.88 | 0.5 | 0.38 |
| Hex | 90 | 30 | 7D | 0 | 43 | D | 2C | 138 | 32 | 26 |
| Octal | 220 | 60 | 175 | 0 | 103 | 15 | 54 | 470 | 62 | 46 |
| Binary | 10010000 | 110000 | 1111101 | 0 | 1000011 | 1101 | 101100 | 100111000 | 110010 | 100110 |
Color Harmonies of #90307D
Complementary color
Monochromatic Colors of #90307D
Black with #90307D
Text Example
Text Example
White with #90307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90307D; }
p { color: rgb(144,48,125); }
H1.HeaderClassName
{
color: #90307D;
}
.AnyTagClassName
{
color: #90307D;
}
</style>
background-color css
<style>
a { background-color: #90307D; }
a { background-color: rgb(144,48,125); }
div.DivClassName
{
background-color: #90307D;
}
.BgClassName
{
background-color: #90307D;
}
</style>
border-color css
<style>
span { border-color: #90307D; }
span { border-color: rgb(144,48,125); }
td.TdClassName
{
border-color: #90307D;
}
.TagClassName
{
border-color: #90307D;
}
</style>