Shades of Amethyst #9765C4
Tints of Amethyst #9765C4
RGB
CMYK
RGB Variations
Color information
#9765C4 (or 0x9765C4) is known color: Amethyst. HEX triplet: 97, 65 and C4. RGB value is (151,101,196). Sum of RGB (Red+Green+Blue) = 151+101+196=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 196 - color contains mainly: blue. Hex color #9765C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9765C4 is #689A3B. Grayscale: #7E7E7E. Windows color (decimal): -6855228 or 12871063. OLE color: 12871063.
HSL color Cylindrical-coordinate representation of color #9765C4: hue angle of 271.58º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9765C4 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 101 | 196 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.23 |
| HSL | 271.58º | 0.45% | 0.58% | - |
| HSV(B) | 271.58º | 0.48% | 0.77% | - |
| XYZ | 27.38 | 19.87 | 54.62 | - |
| YUV | 126.78 | 167.07 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 101 | 196 | 0.23 | 0.48 | 0 | 0.23 | 271.58 | 0.45 | 0.58 |
| Hex | 97 | 65 | C4 | 17 | 30 | 0 | 17 | 110 | 2D | 3A |
| Octal | 227 | 145 | 304 | 27 | 60 | 0 | 27 | 420 | 55 | 72 |
| Binary | 10010111 | 1100101 | 11000100 | 10111 | 110000 | 0 | 10111 | 100010000 | 101101 | 111010 |
Color Harmonies of #9765C4
Complementary color
Monochromatic Colors of #9765C4
Black with #9765C4
Text Example
Text Example
White with #9765C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9765C4; }
p { color: rgb(151,101,196); }
H1.HeaderClassName
{
color: #9765C4;
}
.AnyTagClassName
{
color: #9765C4;
}
</style>
background-color css
<style>
a { background-color: #9765C4; }
a { background-color: rgb(151,101,196); }
div.DivClassName
{
background-color: #9765C4;
}
.BgClassName
{
background-color: #9765C4;
}
</style>
border-color css
<style>
span { border-color: #9765C4; }
span { border-color: rgb(151,101,196); }
td.TdClassName
{
border-color: #9765C4;
}
.TagClassName
{
border-color: #9765C4;
}
</style>