Shades of Medium Purple #8A76DE
Tints of Medium Purple #8A76DE
RGB
CMYK
RGB Variations
Color information
#8A76DE (or 0x8A76DE) is known color: Medium Purple. HEX triplet: 8A, 76 and DE. RGB value is (138,118,222). Sum of RGB (Red+Green+Blue) = 138+118+222=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A76DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A76DE is #758921. Grayscale: #878787. Windows color (decimal): -7702818 or 14579338. OLE color: 14579338.
HSL color Cylindrical-coordinate representation of color #8A76DE: hue angle of 251.54º degrees, saturation: 0.61, 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 #8A76DE is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 118 | 222 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.13 |
| HSL | 251.54º | 0.61% | 0.67% | - |
| HSV(B) | 251.54º | 0.47% | 0.87% | - |
| XYZ | 30.14 | 23.63 | 72.08 | - |
| YUV | 135.84 | 176.63 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 222 | 0.38 | 0.47 | 0 | 0.13 | 251.54 | 0.61 | 0.67 |
| Hex | 8A | 76 | DE | 26 | 2F | 0 | D | FC | 3D | 43 |
| Octal | 212 | 166 | 336 | 46 | 57 | 0 | 15 | 374 | 75 | 103 |
| Binary | 10001010 | 1110110 | 11011110 | 100110 | 101111 | 0 | 1101 | 11111100 | 111101 | 1000011 |
Color Harmonies of #8A76DE
Complementary color
Monochromatic Colors of #8A76DE
Black with #8A76DE
Text Example
Text Example
White with #8A76DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A76DE; }
p { color: rgb(138,118,222); }
H1.HeaderClassName
{
color: #8A76DE;
}
.AnyTagClassName
{
color: #8A76DE;
}
</style>
background-color css
<style>
a { background-color: #8A76DE; }
a { background-color: rgb(138,118,222); }
div.DivClassName
{
background-color: #8A76DE;
}
.BgClassName
{
background-color: #8A76DE;
}
</style>
border-color css
<style>
span { border-color: #8A76DE; }
span { border-color: rgb(138,118,222); }
td.TdClassName
{
border-color: #8A76DE;
}
.TagClassName
{
border-color: #8A76DE;
}
</style>