Shades of Medium Purple #8A75DB
Tints of Medium Purple #8A75DB
RGB
CMYK
RGB Variations
Color information
#8A75DB (or 0x8A75DB) is known color: Medium Purple. HEX triplet: 8A, 75 and DB. RGB value is (138,117,219). Sum of RGB (Red+Green+Blue) = 138+117+219=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A75DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A75DB is #758A24. Grayscale: #868686. Windows color (decimal): -7703077 or 14382474. OLE color: 14382474.
HSL color Cylindrical-coordinate representation of color #8A75DB: hue angle of 252.35º 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 #8A75DB is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 117 | 219 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.14 |
| HSL | 252.35º | 0.59% | 0.66% | - |
| HSV(B) | 252.35º | 0.47% | 0.86% | - |
| XYZ | 29.63 | 23.24 | 69.94 | - |
| YUV | 134.91 | 175.46 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 219 | 0.37 | 0.47 | 0 | 0.14 | 252.35 | 0.59 | 0.66 |
| Hex | 8A | 75 | DB | 25 | 2F | 0 | E | FC | 3B | 42 |
| Octal | 212 | 165 | 333 | 45 | 57 | 0 | 16 | 374 | 73 | 102 |
| Binary | 10001010 | 1110101 | 11011011 | 100101 | 101111 | 0 | 1110 | 11111100 | 111011 | 1000010 |
Color Harmonies of #8A75DB
Complementary color
Monochromatic Colors of #8A75DB
Black with #8A75DB
Text Example
Text Example
White with #8A75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A75DB; }
p { color: rgb(138,117,219); }
H1.HeaderClassName
{
color: #8A75DB;
}
.AnyTagClassName
{
color: #8A75DB;
}
</style>
background-color css
<style>
a { background-color: #8A75DB; }
a { background-color: rgb(138,117,219); }
div.DivClassName
{
background-color: #8A75DB;
}
.BgClassName
{
background-color: #8A75DB;
}
</style>
border-color css
<style>
span { border-color: #8A75DB; }
span { border-color: rgb(138,117,219); }
td.TdClassName
{
border-color: #8A75DB;
}
.TagClassName
{
border-color: #8A75DB;
}
</style>