Shades of Amethyst #8253CB
Tints of Amethyst #8253CB
RGB
CMYK
RGB Variations
Color information
#8253CB (or 0x8253CB) is known color: Amethyst. HEX triplet: 82, 53 and CB. RGB value is (130,83,203). Sum of RGB (Red+Green+Blue) = 130+83+203=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #8253CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8253CB is #7DAC34. Grayscale: #6E6E6E. Windows color (decimal): -8236085 or 13325186. OLE color: 13325186.
HSL color Cylindrical-coordinate representation of color #8253CB: hue angle of 263.5º 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 #8253CB is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 83 | 203 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.20 |
| HSL | 263.5º | 0.54% | 0.56% | - |
| HSV(B) | 263.5º | 0.59% | 0.8% | - |
| XYZ | 23.08 | 15.24 | 58.23 | - |
| YUV | 110.73 | 180.07 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 203 | 0.36 | 0.59 | 0 | 0.20 | 263.5 | 0.54 | 0.56 |
| Hex | 82 | 53 | CB | 24 | 3B | 0 | 14 | 108 | 36 | 38 |
| Octal | 202 | 123 | 313 | 44 | 73 | 0 | 24 | 410 | 66 | 70 |
| Binary | 10000010 | 1010011 | 11001011 | 100100 | 111011 | 0 | 10100 | 100001000 | 110110 | 111000 |
Color Harmonies of #8253CB
Complementary color
Monochromatic Colors of #8253CB
Black with #8253CB
Text Example
Text Example
White with #8253CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8253CB; }
p { color: rgb(130,83,203); }
H1.HeaderClassName
{
color: #8253CB;
}
.AnyTagClassName
{
color: #8253CB;
}
</style>
background-color css
<style>
a { background-color: #8253CB; }
a { background-color: rgb(130,83,203); }
div.DivClassName
{
background-color: #8253CB;
}
.BgClassName
{
background-color: #8253CB;
}
</style>
border-color css
<style>
span { border-color: #8253CB; }
span { border-color: rgb(130,83,203); }
td.TdClassName
{
border-color: #8253CB;
}
.TagClassName
{
border-color: #8253CB;
}
</style>