Shades of Amethyst #8B5CC2
Tints of Amethyst #8B5CC2
RGB
CMYK
RGB Variations
Color information
#8B5CC2 (or 0x8B5CC2) is known color: Amethyst. HEX triplet: 8B, 5C and C2. RGB value is (139,92,194). Sum of RGB (Red+Green+Blue) = 139+92+194=425 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.71% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 194 (76.17% from 255 or 45.65% from 425); Max value from RGB is 194 - color contains mainly: blue. Hex color #8B5CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5CC2 is #74A33D. Grayscale: #757575. Windows color (decimal): -7643966 or 12737675. OLE color: 12737675.
HSL color Cylindrical-coordinate representation of color #8B5CC2: hue angle of 267.65º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B5CC2 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 92 | 194 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.24 |
| HSL | 267.65º | 0.46% | 0.56% | - |
| HSV(B) | 267.65º | 0.53% | 0.76% | - |
| XYZ | 24.21 | 17.04 | 53.05 | - |
| YUV | 117.68 | 171.07 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 92 | 194 | 0.28 | 0.53 | 0 | 0.24 | 267.65 | 0.46 | 0.56 |
| Hex | 8B | 5C | C2 | 1C | 35 | 0 | 18 | 10C | 2E | 38 |
| Octal | 213 | 134 | 302 | 34 | 65 | 0 | 30 | 414 | 56 | 70 |
| Binary | 10001011 | 1011100 | 11000010 | 11100 | 110101 | 0 | 11000 | 100001100 | 101110 | 111000 |
Color Harmonies of #8B5CC2
Complementary color
Monochromatic Colors of #8B5CC2
Black with #8B5CC2
Text Example
Text Example
White with #8B5CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5CC2; }
p { color: rgb(139,92,194); }
H1.HeaderClassName
{
color: #8B5CC2;
}
.AnyTagClassName
{
color: #8B5CC2;
}
</style>
background-color css
<style>
a { background-color: #8B5CC2; }
a { background-color: rgb(139,92,194); }
div.DivClassName
{
background-color: #8B5CC2;
}
.BgClassName
{
background-color: #8B5CC2;
}
</style>
border-color css
<style>
span { border-color: #8B5CC2; }
span { border-color: rgb(139,92,194); }
td.TdClassName
{
border-color: #8B5CC2;
}
.TagClassName
{
border-color: #8B5CC2;
}
</style>