Shades of Amethyst #8853CC
Tints of Amethyst #8853CC
RGB
CMYK
RGB Variations
Color information
#8853CC (or 0x8853CC) is known color: Amethyst. HEX triplet: 88, 53 and CC. RGB value is (136,83,204). Sum of RGB (Red+Green+Blue) = 136+83+204=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #8853CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8853CC is #77AC33. Grayscale: #707070. Windows color (decimal): -7842868 or 13390728. OLE color: 13390728.
HSL color Cylindrical-coordinate representation of color #8853CC: hue angle of 266.28º 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 #8853CC is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 83 | 204 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.2 |
| HSL | 266.28º | 0.54% | 0.56% | - |
| HSV(B) | 266.28º | 0.59% | 0.8% | - |
| XYZ | 24.15 | 15.78 | 58.9 | - |
| YUV | 112.64 | 179.56 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 204 | 0.33 | 0.59 | 0 | 0.2 | 266.28 | 0.54 | 0.56 |
| Hex | 88 | 53 | CC | 21 | 3B | 0 | 14 | 10A | 36 | 38 |
| Octal | 210 | 123 | 314 | 41 | 73 | 0 | 24 | 412 | 66 | 70 |
| Binary | 10001000 | 1010011 | 11001100 | 100001 | 111011 | 0 | 10100 | 100001010 | 110110 | 111000 |
Color Harmonies of #8853CC
Complementary color
Monochromatic Colors of #8853CC
Black with #8853CC
Text Example
Text Example
White with #8853CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8853CC; }
p { color: rgb(136,83,204); }
H1.HeaderClassName
{
color: #8853CC;
}
.AnyTagClassName
{
color: #8853CC;
}
</style>
background-color css
<style>
a { background-color: #8853CC; }
a { background-color: rgb(136,83,204); }
div.DivClassName
{
background-color: #8853CC;
}
.BgClassName
{
background-color: #8853CC;
}
</style>
border-color css
<style>
span { border-color: #8853CC; }
span { border-color: rgb(136,83,204); }
td.TdClassName
{
border-color: #8853CC;
}
.TagClassName
{
border-color: #8853CC;
}
</style>