Shades of Dark Purple #90307F
Tints of Dark Purple #90307F
RGB
CMYK
RGB Variations
Color information
#90307F (or 0x90307F) is known color: Dark Purple. HEX triplet: 90, 30 and 7F. RGB value is (144,48,127). Sum of RGB (Red+Green+Blue) = 144+48+127=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #90307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90307F is #6FCF80. Grayscale: #555555. Windows color (decimal): -7327617 or 8335504. OLE color: 8335504.
HSL color Cylindrical-coordinate representation of color #90307F: hue angle of 310.62º 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 #90307F is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 48 | 127 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.44 |
| HSL | 310.63º | 0.5% | 0.38% | - |
| HSV(B) | 310.63º | 0.67% | 0.56% | - |
| XYZ | 16.39 | 9.58 | 21.06 | - |
| YUV | 85.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 127 | 0 | 0.67 | 0.12 | 0.44 | 310.63 | 0.5 | 0.38 |
| Hex | 90 | 30 | 7F | 0 | 43 | C | 2C | 137 | 32 | 26 |
| Octal | 220 | 60 | 177 | 0 | 103 | 14 | 54 | 467 | 62 | 46 |
| Binary | 10010000 | 110000 | 1111111 | 0 | 1000011 | 1100 | 101100 | 100110111 | 110010 | 100110 |
Color Harmonies of #90307F
Complementary color
Monochromatic Colors of #90307F
Black with #90307F
Text Example
Text Example
White with #90307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90307F; }
p { color: rgb(144,48,127); }
H1.HeaderClassName
{
color: #90307F;
}
.AnyTagClassName
{
color: #90307F;
}
</style>
background-color css
<style>
a { background-color: #90307F; }
a { background-color: rgb(144,48,127); }
div.DivClassName
{
background-color: #90307F;
}
.BgClassName
{
background-color: #90307F;
}
</style>
border-color css
<style>
span { border-color: #90307F; }
span { border-color: rgb(144,48,127); }
td.TdClassName
{
border-color: #90307F;
}
.TagClassName
{
border-color: #90307F;
}
</style>