Shades of Medium Purple #9075DA
Tints of Medium Purple #9075DA
RGB
CMYK
RGB Variations
Color information
#9075DA (or 0x9075DA) is known color: Medium Purple. HEX triplet: 90, 75 and DA. RGB value is (144,117,218). Sum of RGB (Red+Green+Blue) = 144+117+218=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #9075DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9075DA is #6F8A25. Grayscale: #888888. Windows color (decimal): -7309862 or 14316944. OLE color: 14316944.
HSL color Cylindrical-coordinate representation of color #9075DA: hue angle of 256.04º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9075DA is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 117 | 218 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.15 |
| HSL | 256.04º | 0.58% | 0.66% | - |
| HSV(B) | 256.04º | 0.46% | 0.85% | - |
| XYZ | 30.52 | 23.71 | 69.3 | - |
| YUV | 136.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 218 | 0.34 | 0.46 | 0 | 0.15 | 256.04 | 0.58 | 0.66 |
| Hex | 90 | 75 | DA | 22 | 2E | 0 | F | 100 | 3A | 42 |
| Octal | 220 | 165 | 332 | 42 | 56 | 0 | 17 | 400 | 72 | 102 |
| Binary | 10010000 | 1110101 | 11011010 | 100010 | 101110 | 0 | 1111 | 100000000 | 111010 | 1000010 |
Color Harmonies of #9075DA
Complementary color
Monochromatic Colors of #9075DA
Black with #9075DA
Text Example
Text Example
White with #9075DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9075DA; }
p { color: rgb(144,117,218); }
H1.HeaderClassName
{
color: #9075DA;
}
.AnyTagClassName
{
color: #9075DA;
}
</style>
background-color css
<style>
a { background-color: #9075DA; }
a { background-color: rgb(144,117,218); }
div.DivClassName
{
background-color: #9075DA;
}
.BgClassName
{
background-color: #9075DA;
}
</style>
border-color css
<style>
span { border-color: #9075DA; }
span { border-color: rgb(144,117,218); }
td.TdClassName
{
border-color: #9075DA;
}
.TagClassName
{
border-color: #9075DA;
}
</style>