Shades of Amethyst #8B60CB
Tints of Amethyst #8B60CB
RGB
CMYK
RGB Variations
Color information
#8B60CB (or 0x8B60CB) is known color: Amethyst. HEX triplet: 8B, 60 and CB. RGB value is (139,96,203). Sum of RGB (Red+Green+Blue) = 139+96+203=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B60CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B60CB is #749F34. Grayscale: #787878. Windows color (decimal): -7642933 or 13328523. OLE color: 13328523.
HSL color Cylindrical-coordinate representation of color #8B60CB: hue angle of 264.11º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B60CB is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 96 | 203 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.20 |
| HSL | 264.11º | 0.51% | 0.59% | - |
| HSV(B) | 264.11º | 0.53% | 0.8% | - |
| XYZ | 25.61 | 18.17 | 58.66 | - |
| YUV | 121.06 | 174.25 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 203 | 0.32 | 0.53 | 0 | 0.20 | 264.11 | 0.51 | 0.59 |
| Hex | 8B | 60 | CB | 20 | 35 | 0 | 14 | 108 | 33 | 3B |
| Octal | 213 | 140 | 313 | 40 | 65 | 0 | 24 | 410 | 63 | 73 |
| Binary | 10001011 | 1100000 | 11001011 | 100000 | 110101 | 0 | 10100 | 100001000 | 110011 | 111011 |
Color Harmonies of #8B60CB
Complementary color
Monochromatic Colors of #8B60CB
Black with #8B60CB
Text Example
Text Example
White with #8B60CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B60CB; }
p { color: rgb(139,96,203); }
H1.HeaderClassName
{
color: #8B60CB;
}
.AnyTagClassName
{
color: #8B60CB;
}
</style>
background-color css
<style>
a { background-color: #8B60CB; }
a { background-color: rgb(139,96,203); }
div.DivClassName
{
background-color: #8B60CB;
}
.BgClassName
{
background-color: #8B60CB;
}
</style>
border-color css
<style>
span { border-color: #8B60CB; }
span { border-color: rgb(139,96,203); }
td.TdClassName
{
border-color: #8B60CB;
}
.TagClassName
{
border-color: #8B60CB;
}
</style>