Shades of Medium Purple #8C75DB
Tints of Medium Purple #8C75DB
RGB
CMYK
RGB Variations
Color information
#8C75DB (or 0x8C75DB) is known color: Medium Purple. HEX triplet: 8C, 75 and DB. RGB value is (140,117,219). Sum of RGB (Red+Green+Blue) = 140+117+219=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C75DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C75DB is #738A24. Grayscale: #878787. Windows color (decimal): -7572005 or 14382476. OLE color: 14382476.
HSL color Cylindrical-coordinate representation of color #8C75DB: hue angle of 253.53º 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 #8C75DB is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 117 | 219 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.14 |
| HSL | 253.53º | 0.59% | 0.66% | - |
| HSV(B) | 253.53º | 0.47% | 0.86% | - |
| XYZ | 29.96 | 23.41 | 69.96 | - |
| YUV | 135.51 | 175.12 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 219 | 0.36 | 0.47 | 0 | 0.14 | 253.53 | 0.59 | 0.66 |
| Hex | 8C | 75 | DB | 24 | 2F | 0 | E | FE | 3B | 42 |
| Octal | 214 | 165 | 333 | 44 | 57 | 0 | 16 | 376 | 73 | 102 |
| Binary | 10001100 | 1110101 | 11011011 | 100100 | 101111 | 0 | 1110 | 11111110 | 111011 | 1000010 |
Color Harmonies of #8C75DB
Complementary color
Monochromatic Colors of #8C75DB
Black with #8C75DB
Text Example
Text Example
White with #8C75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C75DB; }
p { color: rgb(140,117,219); }
H1.HeaderClassName
{
color: #8C75DB;
}
.AnyTagClassName
{
color: #8C75DB;
}
</style>
background-color css
<style>
a { background-color: #8C75DB; }
a { background-color: rgb(140,117,219); }
div.DivClassName
{
background-color: #8C75DB;
}
.BgClassName
{
background-color: #8C75DB;
}
</style>
border-color css
<style>
span { border-color: #8C75DB; }
span { border-color: rgb(140,117,219); }
td.TdClassName
{
border-color: #8C75DB;
}
.TagClassName
{
border-color: #8C75DB;
}
</style>