Shades of Medium Purple #8A77DF
Tints of Medium Purple #8A77DF
RGB
CMYK
RGB Variations
Color information
#8A77DF (or 0x8A77DF) is known color: Medium Purple. HEX triplet: 8A, 77 and DF. RGB value is (138,119,223). Sum of RGB (Red+Green+Blue) = 138+119+223=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A77DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A77DF is #758820. Grayscale: #888888. Windows color (decimal): -7702561 or 14645130. OLE color: 14645130.
HSL color Cylindrical-coordinate representation of color #8A77DF: hue angle of 250.96º 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 #8A77DF is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 119 | 223 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.13 |
| HSL | 250.96º | 0.62% | 0.67% | - |
| HSV(B) | 250.96º | 0.47% | 0.87% | - |
| XYZ | 30.4 | 23.92 | 72.83 | - |
| YUV | 136.54 | 176.79 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 223 | 0.38 | 0.47 | 0 | 0.13 | 250.96 | 0.62 | 0.67 |
| Hex | 8A | 77 | DF | 26 | 2F | 0 | D | FB | 3E | 43 |
| Octal | 212 | 167 | 337 | 46 | 57 | 0 | 15 | 373 | 76 | 103 |
| Binary | 10001010 | 1110111 | 11011111 | 100110 | 101111 | 0 | 1101 | 11111011 | 111110 | 1000011 |
Color Harmonies of #8A77DF
Complementary color
Monochromatic Colors of #8A77DF
Black with #8A77DF
Text Example
Text Example
White with #8A77DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A77DF; }
p { color: rgb(138,119,223); }
H1.HeaderClassName
{
color: #8A77DF;
}
.AnyTagClassName
{
color: #8A77DF;
}
</style>
background-color css
<style>
a { background-color: #8A77DF; }
a { background-color: rgb(138,119,223); }
div.DivClassName
{
background-color: #8A77DF;
}
.BgClassName
{
background-color: #8A77DF;
}
</style>
border-color css
<style>
span { border-color: #8A77DF; }
span { border-color: rgb(138,119,223); }
td.TdClassName
{
border-color: #8A77DF;
}
.TagClassName
{
border-color: #8A77DF;
}
</style>