Shades of Amethyst #8B52CC
Tints of Amethyst #8B52CC
RGB
CMYK
RGB Variations
Color information
#8B52CC (or 0x8B52CC) is known color: Amethyst. HEX triplet: 8B, 52 and CC. RGB value is (139,82,204). Sum of RGB (Red+Green+Blue) = 139+82+204=425 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.71% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B52CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B52CC is #74AD33. Grayscale: #707070. Windows color (decimal): -7646516 or 13390475. OLE color: 13390475.
HSL color Cylindrical-coordinate representation of color #8B52CC: hue angle of 268.03º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B52CC is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 82 | 204 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.2 |
| HSL | 268.03º | 0.54% | 0.56% | - |
| HSV(B) | 268.03º | 0.6% | 0.8% | - |
| XYZ | 24.56 | 15.88 | 58.9 | - |
| YUV | 112.95 | 179.38 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 204 | 0.32 | 0.60 | 0 | 0.2 | 268.03 | 0.54 | 0.56 |
| Hex | 8B | 52 | CC | 20 | 3C | 0 | 14 | 10C | 36 | 38 |
| Octal | 213 | 122 | 314 | 40 | 74 | 0 | 24 | 414 | 66 | 70 |
| Binary | 10001011 | 1010010 | 11001100 | 100000 | 111100 | 0 | 10100 | 100001100 | 110110 | 111000 |
Color Harmonies of #8B52CC
Complementary color
Monochromatic Colors of #8B52CC
Black with #8B52CC
Text Example
Text Example
White with #8B52CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B52CC; }
p { color: rgb(139,82,204); }
H1.HeaderClassName
{
color: #8B52CC;
}
.AnyTagClassName
{
color: #8B52CC;
}
</style>
background-color css
<style>
a { background-color: #8B52CC; }
a { background-color: rgb(139,82,204); }
div.DivClassName
{
background-color: #8B52CC;
}
.BgClassName
{
background-color: #8B52CC;
}
</style>
border-color css
<style>
span { border-color: #8B52CC; }
span { border-color: rgb(139,82,204); }
td.TdClassName
{
border-color: #8B52CC;
}
.TagClassName
{
border-color: #8B52CC;
}
</style>