Shades of Medium Purple #9075DF
Tints of Medium Purple #9075DF
RGB
CMYK
RGB Variations
Color information
#9075DF (or 0x9075DF) is known color: Medium Purple. HEX triplet: 90, 75 and DF. RGB value is (144,117,223). Sum of RGB (Red+Green+Blue) = 144+117+223=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #9075DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9075DF is #6F8A20. Grayscale: #888888. Windows color (decimal): -7309857 or 14644624. OLE color: 14644624.
HSL color Cylindrical-coordinate representation of color #9075DF: hue angle of 255.28º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9075DF is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 117 | 223 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.13 |
| HSL | 255.28º | 0.62% | 0.67% | - |
| HSV(B) | 255.28º | 0.48% | 0.87% | - |
| XYZ | 31.18 | 23.98 | 72.8 | - |
| YUV | 137.16 | 176.45 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 223 | 0.35 | 0.48 | 0 | 0.13 | 255.28 | 0.62 | 0.67 |
| Hex | 90 | 75 | DF | 23 | 30 | 0 | D | FF | 3E | 43 |
| Octal | 220 | 165 | 337 | 43 | 60 | 0 | 15 | 377 | 76 | 103 |
| Binary | 10010000 | 1110101 | 11011111 | 100011 | 110000 | 0 | 1101 | 11111111 | 111110 | 1000011 |
Color Harmonies of #9075DF
Complementary color
Monochromatic Colors of #9075DF
Black with #9075DF
Text Example
Text Example
White with #9075DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9075DF; }
p { color: rgb(144,117,223); }
H1.HeaderClassName
{
color: #9075DF;
}
.AnyTagClassName
{
color: #9075DF;
}
</style>
background-color css
<style>
a { background-color: #9075DF; }
a { background-color: rgb(144,117,223); }
div.DivClassName
{
background-color: #9075DF;
}
.BgClassName
{
background-color: #9075DF;
}
</style>
border-color css
<style>
span { border-color: #9075DF; }
span { border-color: rgb(144,117,223); }
td.TdClassName
{
border-color: #9075DF;
}
.TagClassName
{
border-color: #9075DF;
}
</style>