Shades of Medium Purple #8A74DB
Tints of Medium Purple #8A74DB
RGB
CMYK
RGB Variations
Color information
#8A74DB (or 0x8A74DB) is known color: Medium Purple. HEX triplet: 8A, 74 and DB. RGB value is (138,116,219). Sum of RGB (Red+Green+Blue) = 138+116+219=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A74DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A74DB is #758B24. Grayscale: #858585. Windows color (decimal): -7703333 or 14382218. OLE color: 14382218.
HSL color Cylindrical-coordinate representation of color #8A74DB: hue angle of 252.82º degrees, saturation: 0.59, 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 #8A74DB is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 116 | 219 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.14 |
| HSL | 252.82º | 0.59% | 0.66% | - |
| HSV(B) | 252.82º | 0.47% | 0.86% | - |
| XYZ | 29.51 | 23.01 | 69.9 | - |
| YUV | 134.32 | 175.79 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 116 | 219 | 0.37 | 0.47 | 0 | 0.14 | 252.82 | 0.59 | 0.66 |
| Hex | 8A | 74 | DB | 25 | 2F | 0 | E | FD | 3B | 42 |
| Octal | 212 | 164 | 333 | 45 | 57 | 0 | 16 | 375 | 73 | 102 |
| Binary | 10001010 | 1110100 | 11011011 | 100101 | 101111 | 0 | 1110 | 11111101 | 111011 | 1000010 |
Color Harmonies of #8A74DB
Complementary color
Monochromatic Colors of #8A74DB
Black with #8A74DB
Text Example
Text Example
White with #8A74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A74DB; }
p { color: rgb(138,116,219); }
H1.HeaderClassName
{
color: #8A74DB;
}
.AnyTagClassName
{
color: #8A74DB;
}
</style>
background-color css
<style>
a { background-color: #8A74DB; }
a { background-color: rgb(138,116,219); }
div.DivClassName
{
background-color: #8A74DB;
}
.BgClassName
{
background-color: #8A74DB;
}
</style>
border-color css
<style>
span { border-color: #8A74DB; }
span { border-color: rgb(138,116,219); }
td.TdClassName
{
border-color: #8A74DB;
}
.TagClassName
{
border-color: #8A74DB;
}
</style>