Shades of Amethyst #8250CB
Tints of Amethyst #8250CB
RGB
CMYK
RGB Variations
Color information
#8250CB (or 0x8250CB) is known color: Amethyst. HEX triplet: 82, 50 and CB. RGB value is (130,80,203). Sum of RGB (Red+Green+Blue) = 130+80+203=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #8250CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8250CB is #7DAF34. Grayscale: #6C6C6C. Windows color (decimal): -8236853 or 13324418. OLE color: 13324418.
HSL color Cylindrical-coordinate representation of color #8250CB: hue angle of 264.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8250CB is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 80 | 203 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.20 |
| HSL | 264.39º | 0.54% | 0.55% | - |
| HSV(B) | 264.39º | 0.61% | 0.8% | - |
| XYZ | 22.85 | 14.79 | 58.15 | - |
| YUV | 108.97 | 181.07 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 203 | 0.36 | 0.61 | 0 | 0.20 | 264.39 | 0.54 | 0.55 |
| Hex | 82 | 50 | CB | 24 | 3D | 0 | 14 | 108 | 36 | 37 |
| Octal | 202 | 120 | 313 | 44 | 75 | 0 | 24 | 410 | 66 | 67 |
| Binary | 10000010 | 1010000 | 11001011 | 100100 | 111101 | 0 | 10100 | 100001000 | 110110 | 110111 |
Color Harmonies of #8250CB
Complementary color
Monochromatic Colors of #8250CB
Black with #8250CB
Text Example
Text Example
White with #8250CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8250CB; }
p { color: rgb(130,80,203); }
H1.HeaderClassName
{
color: #8250CB;
}
.AnyTagClassName
{
color: #8250CB;
}
</style>
background-color css
<style>
a { background-color: #8250CB; }
a { background-color: rgb(130,80,203); }
div.DivClassName
{
background-color: #8250CB;
}
.BgClassName
{
background-color: #8250CB;
}
</style>
border-color css
<style>
span { border-color: #8250CB; }
span { border-color: rgb(130,80,203); }
td.TdClassName
{
border-color: #8250CB;
}
.TagClassName
{
border-color: #8250CB;
}
</style>