Shades of Medium Purple #8A5BDF
Tints of Medium Purple #8A5BDF
RGB
CMYK
RGB Variations
Color information
#8A5BDF (or 0x8A5BDF) is known color: Medium Purple. HEX triplet: 8A, 5B and DF. RGB value is (138,91,223). Sum of RGB (Red+Green+Blue) = 138+91+223=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A5BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5BDF is #75A420. Grayscale: #777777. Windows color (decimal): -7709729 or 14637962. OLE color: 14637962.
HSL color Cylindrical-coordinate representation of color #8A5BDF: hue angle of 261.36º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A5BDF is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 91 | 223 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.13 |
| HSL | 261.36º | 0.67% | 0.62% | - |
| HSV(B) | 261.36º | 0.59% | 0.87% | - |
| XYZ | 27.54 | 18.21 | 71.88 | - |
| YUV | 120.1 | 186.07 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 91 | 223 | 0.38 | 0.59 | 0 | 0.13 | 261.36 | 0.67 | 0.62 |
| Hex | 8A | 5B | DF | 26 | 3B | 0 | D | 105 | 43 | 3E |
| Octal | 212 | 133 | 337 | 46 | 73 | 0 | 15 | 405 | 103 | 76 |
| Binary | 10001010 | 1011011 | 11011111 | 100110 | 111011 | 0 | 1101 | 100000101 | 1000011 | 111110 |
Color Harmonies of #8A5BDF
Complementary color
Monochromatic Colors of #8A5BDF
Black with #8A5BDF
Text Example
Text Example
White with #8A5BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5BDF; }
p { color: rgb(138,91,223); }
H1.HeaderClassName
{
color: #8A5BDF;
}
.AnyTagClassName
{
color: #8A5BDF;
}
</style>
background-color css
<style>
a { background-color: #8A5BDF; }
a { background-color: rgb(138,91,223); }
div.DivClassName
{
background-color: #8A5BDF;
}
.BgClassName
{
background-color: #8A5BDF;
}
</style>
border-color css
<style>
span { border-color: #8A5BDF; }
span { border-color: rgb(138,91,223); }
td.TdClassName
{
border-color: #8A5BDF;
}
.TagClassName
{
border-color: #8A5BDF;
}
</style>