Shades of Medium Purple #8B5DD6
Tints of Medium Purple #8B5DD6
RGB
CMYK
RGB Variations
Color information
#8B5DD6 (or 0x8B5DD6) is known color: Medium Purple. HEX triplet: 8B, 5D and D6. RGB value is (139,93,214). Sum of RGB (Red+Green+Blue) = 139+93+214=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #8B5DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5DD6 is #74A229. Grayscale: #787878. Windows color (decimal): -7643690 or 14048651. OLE color: 14048651.
HSL color Cylindrical-coordinate representation of color #8B5DD6: hue angle of 262.81º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B5DD6 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 93 | 214 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.16 |
| HSL | 262.81º | 0.6% | 0.6% | - |
| HSV(B) | 262.81º | 0.57% | 0.84% | - |
| XYZ | 26.7 | 18.17 | 65.72 | - |
| YUV | 120.55 | 180.74 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 214 | 0.35 | 0.57 | 0 | 0.16 | 262.81 | 0.6 | 0.6 |
| Hex | 8B | 5D | D6 | 23 | 39 | 0 | 10 | 107 | 3C | 3C |
| Octal | 213 | 135 | 326 | 43 | 71 | 0 | 20 | 407 | 74 | 74 |
| Binary | 10001011 | 1011101 | 11010110 | 100011 | 111001 | 0 | 10000 | 100000111 | 111100 | 111100 |
Color Harmonies of #8B5DD6
Complementary color
Monochromatic Colors of #8B5DD6
Black with #8B5DD6
Text Example
Text Example
White with #8B5DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5DD6; }
p { color: rgb(139,93,214); }
H1.HeaderClassName
{
color: #8B5DD6;
}
.AnyTagClassName
{
color: #8B5DD6;
}
</style>
background-color css
<style>
a { background-color: #8B5DD6; }
a { background-color: rgb(139,93,214); }
div.DivClassName
{
background-color: #8B5DD6;
}
.BgClassName
{
background-color: #8B5DD6;
}
</style>
border-color css
<style>
span { border-color: #8B5DD6; }
span { border-color: rgb(139,93,214); }
td.TdClassName
{
border-color: #8B5DD6;
}
.TagClassName
{
border-color: #8B5DD6;
}
</style>