Shades of Amethyst #8653CB
Tints of Amethyst #8653CB
RGB
CMYK
RGB Variations
Color information
#8653CB (or 0x8653CB) is known color: Amethyst. HEX triplet: 86, 53 and CB. RGB value is (134,83,203). Sum of RGB (Red+Green+Blue) = 134+83+203=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #8653CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8653CB is #79AC34. Grayscale: #6F6F6F. Windows color (decimal): -7973941 or 13325190. OLE color: 13325190.
HSL color Cylindrical-coordinate representation of color #8653CB: hue angle of 265.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8653CB is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 83 | 203 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.20 |
| HSL | 265.5º | 0.54% | 0.56% | - |
| HSV(B) | 265.5º | 0.59% | 0.8% | - |
| XYZ | 23.7 | 15.57 | 58.26 | - |
| YUV | 111.93 | 179.4 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 203 | 0.34 | 0.59 | 0 | 0.20 | 265.5 | 0.54 | 0.56 |
| Hex | 86 | 53 | CB | 22 | 3B | 0 | 14 | 10A | 36 | 38 |
| Octal | 206 | 123 | 313 | 42 | 73 | 0 | 24 | 412 | 66 | 70 |
| Binary | 10000110 | 1010011 | 11001011 | 100010 | 111011 | 0 | 10100 | 100001010 | 110110 | 111000 |
Color Harmonies of #8653CB
Complementary color
Monochromatic Colors of #8653CB
Black with #8653CB
Text Example
Text Example
White with #8653CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8653CB; }
p { color: rgb(134,83,203); }
H1.HeaderClassName
{
color: #8653CB;
}
.AnyTagClassName
{
color: #8653CB;
}
</style>
background-color css
<style>
a { background-color: #8653CB; }
a { background-color: rgb(134,83,203); }
div.DivClassName
{
background-color: #8653CB;
}
.BgClassName
{
background-color: #8653CB;
}
</style>
border-color css
<style>
span { border-color: #8653CB; }
span { border-color: rgb(134,83,203); }
td.TdClassName
{
border-color: #8653CB;
}
.TagClassName
{
border-color: #8653CB;
}
</style>