Shades of Medium Purple #8B75DB
Tints of Medium Purple #8B75DB
RGB
CMYK
RGB Variations
Color information
#8B75DB (or 0x8B75DB) is known color: Medium Purple. HEX triplet: 8B, 75 and DB. RGB value is (139,117,219). Sum of RGB (Red+Green+Blue) = 139+117+219=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B75DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B75DB is #748A24. Grayscale: #868686. Windows color (decimal): -7637541 or 14382475. OLE color: 14382475.
HSL color Cylindrical-coordinate representation of color #8B75DB: hue angle of 252.94º 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 #8B75DB is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 117 | 219 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.14 |
| HSL | 252.94º | 0.59% | 0.66% | - |
| HSV(B) | 252.94º | 0.47% | 0.86% | - |
| XYZ | 29.79 | 23.33 | 69.95 | - |
| YUV | 135.21 | 175.29 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 219 | 0.37 | 0.47 | 0 | 0.14 | 252.94 | 0.59 | 0.66 |
| Hex | 8B | 75 | DB | 25 | 2F | 0 | E | FD | 3B | 42 |
| Octal | 213 | 165 | 333 | 45 | 57 | 0 | 16 | 375 | 73 | 102 |
| Binary | 10001011 | 1110101 | 11011011 | 100101 | 101111 | 0 | 1110 | 11111101 | 111011 | 1000010 |
Color Harmonies of #8B75DB
Complementary color
Monochromatic Colors of #8B75DB
Black with #8B75DB
Text Example
Text Example
White with #8B75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B75DB; }
p { color: rgb(139,117,219); }
H1.HeaderClassName
{
color: #8B75DB;
}
.AnyTagClassName
{
color: #8B75DB;
}
</style>
background-color css
<style>
a { background-color: #8B75DB; }
a { background-color: rgb(139,117,219); }
div.DivClassName
{
background-color: #8B75DB;
}
.BgClassName
{
background-color: #8B75DB;
}
</style>
border-color css
<style>
span { border-color: #8B75DB; }
span { border-color: rgb(139,117,219); }
td.TdClassName
{
border-color: #8B75DB;
}
.TagClassName
{
border-color: #8B75DB;
}
</style>