Shades of Medium Purple #9075DC
Tints of Medium Purple #9075DC
RGB
CMYK
RGB Variations
Color information
#9075DC (or 0x9075DC) is known color: Medium Purple. HEX triplet: 90, 75 and DC. RGB value is (144,117,220). Sum of RGB (Red+Green+Blue) = 144+117+220=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #9075DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9075DC is #6F8A23. Grayscale: #888888. Windows color (decimal): -7309860 or 14448016. OLE color: 14448016.
HSL color Cylindrical-coordinate representation of color #9075DC: hue angle of 255.73º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9075DC is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 117 | 220 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.14 |
| HSL | 255.73º | 0.6% | 0.66% | - |
| HSV(B) | 255.73º | 0.47% | 0.86% | - |
| XYZ | 30.78 | 23.82 | 70.69 | - |
| YUV | 136.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 220 | 0.35 | 0.47 | 0 | 0.14 | 255.73 | 0.6 | 0.66 |
| Hex | 90 | 75 | DC | 23 | 2F | 0 | E | 100 | 3C | 42 |
| Octal | 220 | 165 | 334 | 43 | 57 | 0 | 16 | 400 | 74 | 102 |
| Binary | 10010000 | 1110101 | 11011100 | 100011 | 101111 | 0 | 1110 | 100000000 | 111100 | 1000010 |
Color Harmonies of #9075DC
Complementary color
Monochromatic Colors of #9075DC
Black with #9075DC
Text Example
Text Example
White with #9075DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9075DC; }
p { color: rgb(144,117,220); }
H1.HeaderClassName
{
color: #9075DC;
}
.AnyTagClassName
{
color: #9075DC;
}
</style>
background-color css
<style>
a { background-color: #9075DC; }
a { background-color: rgb(144,117,220); }
div.DivClassName
{
background-color: #9075DC;
}
.BgClassName
{
background-color: #9075DC;
}
</style>
border-color css
<style>
span { border-color: #9075DC; }
span { border-color: rgb(144,117,220); }
td.TdClassName
{
border-color: #9075DC;
}
.TagClassName
{
border-color: #9075DC;
}
</style>