Shades of Medium Purple #9077DF
Tints of Medium Purple #9077DF
RGB
CMYK
RGB Variations
Color information
#9077DF (or 0x9077DF) is known color: Medium Purple. HEX triplet: 90, 77 and DF. RGB value is (144,119,223). Sum of RGB (Red+Green+Blue) = 144+119+223=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #9077DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9077DF is #6F8820. Grayscale: #898989. Windows color (decimal): -7309345 or 14645136. OLE color: 14645136.
HSL color Cylindrical-coordinate representation of color #9077DF: hue angle of 254.42º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9077DF is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 119 | 223 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.13 |
| HSL | 254.42º | 0.62% | 0.67% | - |
| HSV(B) | 254.42º | 0.47% | 0.87% | - |
| XYZ | 31.42 | 24.45 | 72.88 | - |
| YUV | 138.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 119 | 223 | 0.35 | 0.47 | 0 | 0.13 | 254.42 | 0.62 | 0.67 |
| Hex | 90 | 77 | DF | 23 | 2F | 0 | D | FE | 3E | 43 |
| Octal | 220 | 167 | 337 | 43 | 57 | 0 | 15 | 376 | 76 | 103 |
| Binary | 10010000 | 1110111 | 11011111 | 100011 | 101111 | 0 | 1101 | 11111110 | 111110 | 1000011 |
Color Harmonies of #9077DF
Complementary color
Monochromatic Colors of #9077DF
Black with #9077DF
Text Example
Text Example
White with #9077DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9077DF; }
p { color: rgb(144,119,223); }
H1.HeaderClassName
{
color: #9077DF;
}
.AnyTagClassName
{
color: #9077DF;
}
</style>
background-color css
<style>
a { background-color: #9077DF; }
a { background-color: rgb(144,119,223); }
div.DivClassName
{
background-color: #9077DF;
}
.BgClassName
{
background-color: #9077DF;
}
</style>
border-color css
<style>
span { border-color: #9077DF; }
span { border-color: rgb(144,119,223); }
td.TdClassName
{
border-color: #9077DF;
}
.TagClassName
{
border-color: #9077DF;
}
</style>