Shades of Dark Purple #90347B
Tints of Dark Purple #90347B
RGB
CMYK
RGB Variations
Color information
#90347B (or 0x90347B) is known color: Dark Purple. HEX triplet: 90, 34 and 7B. RGB value is (144,52,123). Sum of RGB (Red+Green+Blue) = 144+52+123=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #90347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90347B is #6FCB84. Grayscale: #575757. Windows color (decimal): -7326597 or 8074384. OLE color: 8074384.
HSL color Cylindrical-coordinate representation of color #90347B: hue angle of 313.7º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90347B is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 52 | 123 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.44 |
| HSL | 313.7º | 0.47% | 0.38% | - |
| HSV(B) | 313.7º | 0.64% | 0.56% | - |
| XYZ | 16.3 | 9.82 | 19.77 | - |
| YUV | 87.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 52 | 123 | 0 | 0.64 | 0.15 | 0.44 | 313.7 | 0.47 | 0.38 |
| Hex | 90 | 34 | 7B | 0 | 40 | F | 2C | 13A | 2F | 26 |
| Octal | 220 | 64 | 173 | 0 | 100 | 17 | 54 | 472 | 57 | 46 |
| Binary | 10010000 | 110100 | 1111011 | 0 | 1000000 | 1111 | 101100 | 100111010 | 101111 | 100110 |
Color Harmonies of #90347B
Complementary color
Monochromatic Colors of #90347B
Black with #90347B
Text Example
Text Example
White with #90347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90347B; }
p { color: rgb(144,52,123); }
H1.HeaderClassName
{
color: #90347B;
}
.AnyTagClassName
{
color: #90347B;
}
</style>
background-color css
<style>
a { background-color: #90347B; }
a { background-color: rgb(144,52,123); }
div.DivClassName
{
background-color: #90347B;
}
.BgClassName
{
background-color: #90347B;
}
</style>
border-color css
<style>
span { border-color: #90347B; }
span { border-color: rgb(144,52,123); }
td.TdClassName
{
border-color: #90347B;
}
.TagClassName
{
border-color: #90347B;
}
</style>