Shades of Amethyst #8853CF
Tints of Amethyst #8853CF
RGB
CMYK
RGB Variations
Color information
#8853CF (or 0x8853CF) is known color: Amethyst. HEX triplet: 88, 53 and CF. RGB value is (136,83,207). Sum of RGB (Red+Green+Blue) = 136+83+207=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #8853CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8853CF is #77AC30. Grayscale: #707070. Windows color (decimal): -7842865 or 13587336. OLE color: 13587336.
HSL color Cylindrical-coordinate representation of color #8853CF: hue angle of 265.65º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8853CF is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 83 | 207 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.19 |
| HSL | 265.65º | 0.56% | 0.57% | - |
| HSV(B) | 265.65º | 0.6% | 0.81% | - |
| XYZ | 24.51 | 15.93 | 60.81 | - |
| YUV | 112.98 | 181.06 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 207 | 0.34 | 0.60 | 0 | 0.19 | 265.65 | 0.56 | 0.57 |
| Hex | 88 | 53 | CF | 22 | 3C | 0 | 13 | 10A | 38 | 39 |
| Octal | 210 | 123 | 317 | 42 | 74 | 0 | 23 | 412 | 70 | 71 |
| Binary | 10001000 | 1010011 | 11001111 | 100010 | 111100 | 0 | 10011 | 100001010 | 111000 | 111001 |
Color Harmonies of #8853CF
Complementary color
Monochromatic Colors of #8853CF
Black with #8853CF
Text Example
Text Example
White with #8853CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8853CF; }
p { color: rgb(136,83,207); }
H1.HeaderClassName
{
color: #8853CF;
}
.AnyTagClassName
{
color: #8853CF;
}
</style>
background-color css
<style>
a { background-color: #8853CF; }
a { background-color: rgb(136,83,207); }
div.DivClassName
{
background-color: #8853CF;
}
.BgClassName
{
background-color: #8853CF;
}
</style>
border-color css
<style>
span { border-color: #8853CF; }
span { border-color: rgb(136,83,207); }
td.TdClassName
{
border-color: #8853CF;
}
.TagClassName
{
border-color: #8853CF;
}
</style>