Shades of Amethyst #8853CD
Tints of Amethyst #8853CD
RGB
CMYK
RGB Variations
Color information
#8853CD (or 0x8853CD) is known color: Amethyst. HEX triplet: 88, 53 and CD. RGB value is (136,83,205). Sum of RGB (Red+Green+Blue) = 136+83+205=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #8853CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8853CD is #77AC32. Grayscale: #707070. Windows color (decimal): -7842867 or 13456264. OLE color: 13456264.
HSL color Cylindrical-coordinate representation of color #8853CD: hue angle of 266.07º degrees, saturation: 0.55, 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 #8853CD is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 83 | 205 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.20 |
| HSL | 266.07º | 0.55% | 0.56% | - |
| HSV(B) | 266.07º | 0.6% | 0.8% | - |
| XYZ | 24.27 | 15.83 | 59.53 | - |
| YUV | 112.76 | 180.06 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 205 | 0.34 | 0.60 | 0 | 0.20 | 266.07 | 0.55 | 0.56 |
| Hex | 88 | 53 | CD | 22 | 3C | 0 | 14 | 10A | 37 | 38 |
| Octal | 210 | 123 | 315 | 42 | 74 | 0 | 24 | 412 | 67 | 70 |
| Binary | 10001000 | 1010011 | 11001101 | 100010 | 111100 | 0 | 10100 | 100001010 | 110111 | 111000 |
Color Harmonies of #8853CD
Complementary color
Monochromatic Colors of #8853CD
Black with #8853CD
Text Example
Text Example
White with #8853CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8853CD; }
p { color: rgb(136,83,205); }
H1.HeaderClassName
{
color: #8853CD;
}
.AnyTagClassName
{
color: #8853CD;
}
</style>
background-color css
<style>
a { background-color: #8853CD; }
a { background-color: rgb(136,83,205); }
div.DivClassName
{
background-color: #8853CD;
}
.BgClassName
{
background-color: #8853CD;
}
</style>
border-color css
<style>
span { border-color: #8853CD; }
span { border-color: rgb(136,83,205); }
td.TdClassName
{
border-color: #8853CD;
}
.TagClassName
{
border-color: #8853CD;
}
</style>