Shades of Dark Purple #90307B
Tints of Dark Purple #90307B
RGB
CMYK
RGB Variations
Color information
#90307B (or 0x90307B) is known color: Dark Purple. HEX triplet: 90, 30 and 7B. RGB value is (144,48,123). Sum of RGB (Red+Green+Blue) = 144+48+123=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #90307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90307B is #6FCF84. Grayscale: #555555. Windows color (decimal): -7327621 or 8073360. OLE color: 8073360.
HSL color Cylindrical-coordinate representation of color #90307B: hue angle of 313.12º 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 #90307B is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 48 | 123 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.44 |
| HSL | 313.13º | 0.5% | 0.38% | - |
| HSV(B) | 313.13º | 0.67% | 0.56% | - |
| XYZ | 16.13 | 9.47 | 19.72 | - |
| YUV | 85.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 123 | 0 | 0.67 | 0.15 | 0.44 | 313.13 | 0.5 | 0.38 |
| Hex | 90 | 30 | 7B | 0 | 43 | F | 2C | 139 | 32 | 26 |
| Octal | 220 | 60 | 173 | 0 | 103 | 17 | 54 | 471 | 62 | 46 |
| Binary | 10010000 | 110000 | 1111011 | 0 | 1000011 | 1111 | 101100 | 100111001 | 110010 | 100110 |
Color Harmonies of #90307B
Complementary color
Monochromatic Colors of #90307B
Black with #90307B
Text Example
Text Example
White with #90307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90307B; }
p { color: rgb(144,48,123); }
H1.HeaderClassName
{
color: #90307B;
}
.AnyTagClassName
{
color: #90307B;
}
</style>
background-color css
<style>
a { background-color: #90307B; }
a { background-color: rgb(144,48,123); }
div.DivClassName
{
background-color: #90307B;
}
.BgClassName
{
background-color: #90307B;
}
</style>
border-color css
<style>
span { border-color: #90307B; }
span { border-color: rgb(144,48,123); }
td.TdClassName
{
border-color: #90307B;
}
.TagClassName
{
border-color: #90307B;
}
</style>