Shades of Medium Purple #8775DB
Tints of Medium Purple #8775DB
RGB
CMYK
RGB Variations
Color information
#8775DB (or 0x8775DB) is known color: Medium Purple. HEX triplet: 87, 75 and DB. RGB value is (135,117,219). Sum of RGB (Red+Green+Blue) = 135+117+219=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #8775DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8775DB is #788A24. Grayscale: #858585. Windows color (decimal): -7899685 or 14382471. OLE color: 14382471.
HSL color Cylindrical-coordinate representation of color #8775DB: hue angle of 250.59º 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 #8775DB is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 117 | 219 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.14 |
| HSL | 250.59º | 0.59% | 0.66% | - |
| HSV(B) | 250.59º | 0.47% | 0.86% | - |
| XYZ | 29.14 | 22.99 | 69.92 | - |
| YUV | 134.01 | 175.96 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 117 | 219 | 0.38 | 0.47 | 0 | 0.14 | 250.59 | 0.59 | 0.66 |
| Hex | 87 | 75 | DB | 26 | 2F | 0 | E | FB | 3B | 42 |
| Octal | 207 | 165 | 333 | 46 | 57 | 0 | 16 | 373 | 73 | 102 |
| Binary | 10000111 | 1110101 | 11011011 | 100110 | 101111 | 0 | 1110 | 11111011 | 111011 | 1000010 |
Color Harmonies of #8775DB
Complementary color
Monochromatic Colors of #8775DB
Black with #8775DB
Text Example
Text Example
White with #8775DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8775DB; }
p { color: rgb(135,117,219); }
H1.HeaderClassName
{
color: #8775DB;
}
.AnyTagClassName
{
color: #8775DB;
}
</style>
background-color css
<style>
a { background-color: #8775DB; }
a { background-color: rgb(135,117,219); }
div.DivClassName
{
background-color: #8775DB;
}
.BgClassName
{
background-color: #8775DB;
}
</style>
border-color css
<style>
span { border-color: #8775DB; }
span { border-color: rgb(135,117,219); }
td.TdClassName
{
border-color: #8775DB;
}
.TagClassName
{
border-color: #8775DB;
}
</style>