Shades of Amethyst #8B5FC3
Tints of Amethyst #8B5FC3
RGB
CMYK
RGB Variations
Color information
#8B5FC3 (or 0x8B5FC3) is known color: Amethyst. HEX triplet: 8B, 5F and C3. RGB value is (139,95,195). Sum of RGB (Red+Green+Blue) = 139+95+195=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 195 (76.56% from 255 or 45.45% from 429); Max value from RGB is 195 - color contains mainly: blue. Hex color #8B5FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5FC3 is #74A03C. Grayscale: #777777. Windows color (decimal): -7643197 or 12803979. OLE color: 12803979.
HSL color Cylindrical-coordinate representation of color #8B5FC3: hue angle of 266.4º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B5FC3 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 95 | 195 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.24 |
| HSL | 266.4º | 0.45% | 0.57% | - |
| HSV(B) | 266.4º | 0.51% | 0.76% | - |
| XYZ | 24.59 | 17.61 | 53.73 | - |
| YUV | 119.56 | 170.58 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 95 | 195 | 0.29 | 0.51 | 0 | 0.24 | 266.4 | 0.45 | 0.57 |
| Hex | 8B | 5F | C3 | 1D | 33 | 0 | 18 | 10A | 2D | 39 |
| Octal | 213 | 137 | 303 | 35 | 63 | 0 | 30 | 412 | 55 | 71 |
| Binary | 10001011 | 1011111 | 11000011 | 11101 | 110011 | 0 | 11000 | 100001010 | 101101 | 111001 |
Color Harmonies of #8B5FC3
Complementary color
Monochromatic Colors of #8B5FC3
Black with #8B5FC3
Text Example
Text Example
White with #8B5FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5FC3; }
p { color: rgb(139,95,195); }
H1.HeaderClassName
{
color: #8B5FC3;
}
.AnyTagClassName
{
color: #8B5FC3;
}
</style>
background-color css
<style>
a { background-color: #8B5FC3; }
a { background-color: rgb(139,95,195); }
div.DivClassName
{
background-color: #8B5FC3;
}
.BgClassName
{
background-color: #8B5FC3;
}
</style>
border-color css
<style>
span { border-color: #8B5FC3; }
span { border-color: rgb(139,95,195); }
td.TdClassName
{
border-color: #8B5FC3;
}
.TagClassName
{
border-color: #8B5FC3;
}
</style>