Shades of Amethyst #8F65CC
Tints of Amethyst #8F65CC
RGB
CMYK
RGB Variations
Color information
#8F65CC (or 0x8F65CC) is known color: Amethyst. HEX triplet: 8F, 65 and CC. RGB value is (143,101,204). Sum of RGB (Red+Green+Blue) = 143+101+204=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F65CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F65CC is #709A33. Grayscale: #7C7C7C. Windows color (decimal): -7379508 or 13395343. OLE color: 13395343.
HSL color Cylindrical-coordinate representation of color #8F65CC: hue angle of 264.47º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F65CC is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 101 | 204 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.2 |
| HSL | 264.47º | 0.5% | 0.6% | - |
| HSV(B) | 264.47º | 0.5% | 0.8% | - |
| XYZ | 26.88 | 19.51 | 59.48 | - |
| YUV | 125.3 | 172.41 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 101 | 204 | 0.30 | 0.50 | 0 | 0.2 | 264.47 | 0.5 | 0.6 |
| Hex | 8F | 65 | CC | 1E | 32 | 0 | 14 | 108 | 32 | 3C |
| Octal | 217 | 145 | 314 | 36 | 62 | 0 | 24 | 410 | 62 | 74 |
| Binary | 10001111 | 1100101 | 11001100 | 11110 | 110010 | 0 | 10100 | 100001000 | 110010 | 111100 |
Color Harmonies of #8F65CC
Complementary color
Monochromatic Colors of #8F65CC
Black with #8F65CC
Text Example
Text Example
White with #8F65CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F65CC; }
p { color: rgb(143,101,204); }
H1.HeaderClassName
{
color: #8F65CC;
}
.AnyTagClassName
{
color: #8F65CC;
}
</style>
background-color css
<style>
a { background-color: #8F65CC; }
a { background-color: rgb(143,101,204); }
div.DivClassName
{
background-color: #8F65CC;
}
.BgClassName
{
background-color: #8F65CC;
}
</style>
border-color css
<style>
span { border-color: #8F65CC; }
span { border-color: rgb(143,101,204); }
td.TdClassName
{
border-color: #8F65CC;
}
.TagClassName
{
border-color: #8F65CC;
}
</style>