Shades of Amethyst #8250CF
Tints of Amethyst #8250CF
RGB
CMYK
RGB Variations
Color information
#8250CF (or 0x8250CF) is known color: Amethyst. HEX triplet: 82, 50 and CF. RGB value is (130,80,207). Sum of RGB (Red+Green+Blue) = 130+80+207=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #8250CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8250CF is #7DAF30. Grayscale: #6C6C6C. Windows color (decimal): -8236849 or 13586562. OLE color: 13586562.
HSL color Cylindrical-coordinate representation of color #8250CF: hue angle of 263.62º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8250CF is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 80 | 207 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.19 |
| HSL | 263.62º | 0.57% | 0.56% | - |
| HSV(B) | 263.62º | 0.61% | 0.81% | - |
| XYZ | 23.34 | 14.99 | 60.69 | - |
| YUV | 109.43 | 183.07 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 207 | 0.37 | 0.61 | 0 | 0.19 | 263.62 | 0.57 | 0.56 |
| Hex | 82 | 50 | CF | 25 | 3D | 0 | 13 | 108 | 39 | 38 |
| Octal | 202 | 120 | 317 | 45 | 75 | 0 | 23 | 410 | 71 | 70 |
| Binary | 10000010 | 1010000 | 11001111 | 100101 | 111101 | 0 | 10011 | 100001000 | 111001 | 111000 |
Color Harmonies of #8250CF
Complementary color
Monochromatic Colors of #8250CF
Black with #8250CF
Text Example
Text Example
White with #8250CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8250CF; }
p { color: rgb(130,80,207); }
H1.HeaderClassName
{
color: #8250CF;
}
.AnyTagClassName
{
color: #8250CF;
}
</style>
background-color css
<style>
a { background-color: #8250CF; }
a { background-color: rgb(130,80,207); }
div.DivClassName
{
background-color: #8250CF;
}
.BgClassName
{
background-color: #8250CF;
}
</style>
border-color css
<style>
span { border-color: #8250CF; }
span { border-color: rgb(130,80,207); }
td.TdClassName
{
border-color: #8250CF;
}
.TagClassName
{
border-color: #8250CF;
}
</style>