Shades of Medium Purple #8C7DDB
Tints of Medium Purple #8C7DDB
RGB
CMYK
RGB Variations
Color information
#8C7DDB (or 0x8C7DDB) is known color: Medium Purple. HEX triplet: 8C, 7D and DB. RGB value is (140,125,219). Sum of RGB (Red+Green+Blue) = 140+125+219=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C7DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DDB is #738224. Grayscale: #8B8B8B. Windows color (decimal): -7569957 or 14384524. OLE color: 14384524.
HSL color Cylindrical-coordinate representation of color #8C7DDB: hue angle of 249.57º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C7DDB is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 140 | 125 | 219 | - |
CMYK | 0.36 | 0.43 | 0 | 0.14 |
HSL | 249.57º | 0.57% | 0.67% | - |
HSV(B) | 249.57º | 0.43% | 0.86% | - |
XYZ | 30.94 | 25.36 | 70.28 | - |
YUV | 140.2 | 172.47 | 127.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 125 | 219 | 0.36 | 0.43 | 0 | 0.14 | 249.57 | 0.57 | 0.67 |
Hex | 8C | 7D | DB | 24 | 2B | 0 | E | FA | 39 | 43 |
Octal | 214 | 175 | 333 | 44 | 53 | 0 | 16 | 372 | 71 | 103 |
Binary | 10001100 | 1111101 | 11011011 | 100100 | 101011 | 0 | 1110 | 11111010 | 111001 | 1000011 |
Color Harmonies of #8C7DDB
Complementary color
Monochromatic Colors of #8C7DDB
Black with #8C7DDB
Text Example
Text Example
White with #8C7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7DDB; }
p { color: rgb(140,125,219); }
H1.HeaderClassName
{
color: #8C7DDB;
}
.AnyTagClassName
{
color: #8C7DDB;
}
</style>
background-color css
<style>
a { background-color: #8C7DDB; }
a { background-color: rgb(140,125,219); }
div.DivClassName
{
background-color: #8C7DDB;
}
.BgClassName
{
background-color: #8C7DDB;
}
</style>
border-color css
<style>
span { border-color: #8C7DDB; }
span { border-color: rgb(140,125,219); }
td.TdClassName
{
border-color: #8C7DDB;
}
.TagClassName
{
border-color: #8C7DDB;
}
</style>