Shades of Amethyst #8750D2
Tints of Amethyst #8750D2
RGB
CMYK
RGB Variations
Color information
#8750D2 (or 0x8750D2) is known color: Amethyst. HEX triplet: 87, 50 and D2. RGB value is (135,80,210). Sum of RGB (Red+Green+Blue) = 135+80+210=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 210 (82.42% from 255 or 49.41% from 425); Max value from RGB is 210 - color contains mainly: blue. Hex color #8750D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8750D2 is #78AF2D. Grayscale: #6E6E6E. Windows color (decimal): -7909166 or 13783175. OLE color: 13783175.
HSL color Cylindrical-coordinate representation of color #8750D2: hue angle of 265.38º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8750D2 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 80 | 210 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.18 |
| HSL | 265.38º | 0.59% | 0.57% | - |
| HSV(B) | 265.38º | 0.62% | 0.82% | - |
| XYZ | 24.49 | 15.54 | 62.68 | - |
| YUV | 111.27 | 183.72 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 210 | 0.36 | 0.62 | 0 | 0.18 | 265.38 | 0.59 | 0.57 |
| Hex | 87 | 50 | D2 | 24 | 3E | 0 | 12 | 109 | 3B | 39 |
| Octal | 207 | 120 | 322 | 44 | 76 | 0 | 22 | 411 | 73 | 71 |
| Binary | 10000111 | 1010000 | 11010010 | 100100 | 111110 | 0 | 10010 | 100001001 | 111011 | 111001 |
Color Harmonies of #8750D2
Complementary color
Monochromatic Colors of #8750D2
Black with #8750D2
Text Example
Text Example
White with #8750D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8750D2; }
p { color: rgb(135,80,210); }
H1.HeaderClassName
{
color: #8750D2;
}
.AnyTagClassName
{
color: #8750D2;
}
</style>
background-color css
<style>
a { background-color: #8750D2; }
a { background-color: rgb(135,80,210); }
div.DivClassName
{
background-color: #8750D2;
}
.BgClassName
{
background-color: #8750D2;
}
</style>
border-color css
<style>
span { border-color: #8750D2; }
span { border-color: rgb(135,80,210); }
td.TdClassName
{
border-color: #8750D2;
}
.TagClassName
{
border-color: #8750D2;
}
</style>