Shades of Amethyst #8653C9
Tints of Amethyst #8653C9
RGB
CMYK
RGB Variations
Color information
#8653C9 (or 0x8653C9) is known color: Amethyst. HEX triplet: 86, 53 and C9. RGB value is (134,83,201). Sum of RGB (Red+Green+Blue) = 134+83+201=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 201 - color contains mainly: blue. Hex color #8653C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8653C9 is #79AC36. Grayscale: #6F6F6F. Windows color (decimal): -7973943 or 13194118. OLE color: 13194118.
HSL color Cylindrical-coordinate representation of color #8653C9: hue angle of 265.93º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8653C9 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 83 | 201 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.21 |
| HSL | 265.93º | 0.52% | 0.56% | - |
| HSV(B) | 265.93º | 0.59% | 0.79% | - |
| XYZ | 23.47 | 15.47 | 57.01 | - |
| YUV | 111.7 | 178.4 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 201 | 0.33 | 0.59 | 0 | 0.21 | 265.93 | 0.52 | 0.56 |
| Hex | 86 | 53 | C9 | 21 | 3B | 0 | 15 | 10A | 34 | 38 |
| Octal | 206 | 123 | 311 | 41 | 73 | 0 | 25 | 412 | 64 | 70 |
| Binary | 10000110 | 1010011 | 11001001 | 100001 | 111011 | 0 | 10101 | 100001010 | 110100 | 111000 |
Color Harmonies of #8653C9
Complementary color
Monochromatic Colors of #8653C9
Black with #8653C9
Text Example
Text Example
White with #8653C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8653C9; }
p { color: rgb(134,83,201); }
H1.HeaderClassName
{
color: #8653C9;
}
.AnyTagClassName
{
color: #8653C9;
}
</style>
background-color css
<style>
a { background-color: #8653C9; }
a { background-color: rgb(134,83,201); }
div.DivClassName
{
background-color: #8653C9;
}
.BgClassName
{
background-color: #8653C9;
}
</style>
border-color css
<style>
span { border-color: #8653C9; }
span { border-color: rgb(134,83,201); }
td.TdClassName
{
border-color: #8653C9;
}
.TagClassName
{
border-color: #8653C9;
}
</style>