Shades of Amethyst #9F62CC
Tints of Amethyst #9F62CC
RGB
CMYK
RGB Variations
Color information
#9F62CC (or 0x9F62CC) is known color: Amethyst. HEX triplet: 9F, 62 and CC. RGB value is (159,98,204). Sum of RGB (Red+Green+Blue) = 159+98+204=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F62CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F62CC is #609D33. Grayscale: #7F7F7F. Windows color (decimal): -6331700 or 13394591. OLE color: 13394591.
HSL color Cylindrical-coordinate representation of color #9F62CC: hue angle of 274.53º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F62CC is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 98 | 204 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.2 |
| HSL | 274.53º | 0.51% | 0.59% | - |
| HSV(B) | 274.53º | 0.52% | 0.8% | - |
| XYZ | 29.56 | 20.47 | 59.52 | - |
| YUV | 128.32 | 170.71 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 98 | 204 | 0.22 | 0.52 | 0 | 0.2 | 274.53 | 0.51 | 0.59 |
| Hex | 9F | 62 | CC | 16 | 34 | 0 | 14 | 113 | 33 | 3B |
| Octal | 237 | 142 | 314 | 26 | 64 | 0 | 24 | 423 | 63 | 73 |
| Binary | 10011111 | 1100010 | 11001100 | 10110 | 110100 | 0 | 10100 | 100010011 | 110011 | 111011 |
Color Harmonies of #9F62CC
Complementary color
Monochromatic Colors of #9F62CC
Black with #9F62CC
Text Example
Text Example
White with #9F62CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F62CC; }
p { color: rgb(159,98,204); }
H1.HeaderClassName
{
color: #9F62CC;
}
.AnyTagClassName
{
color: #9F62CC;
}
</style>
background-color css
<style>
a { background-color: #9F62CC; }
a { background-color: rgb(159,98,204); }
div.DivClassName
{
background-color: #9F62CC;
}
.BgClassName
{
background-color: #9F62CC;
}
</style>
border-color css
<style>
span { border-color: #9F62CC; }
span { border-color: rgb(159,98,204); }
td.TdClassName
{
border-color: #9F62CC;
}
.TagClassName
{
border-color: #9F62CC;
}
</style>