Shades of Amethyst #9767CE
Tints of Amethyst #9767CE
RGB
CMYK
RGB Variations
Color information
#9767CE (or 0x9767CE) is known color: Amethyst. HEX triplet: 97, 67 and CE. RGB value is (151,103,206). Sum of RGB (Red+Green+Blue) = 151+103+206=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #9767CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9767CE is #689831. Grayscale: #808080. Windows color (decimal): -6854706 or 13526935. OLE color: 13526935.
HSL color Cylindrical-coordinate representation of color #9767CE: hue angle of 267.96º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9767CE is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 103 | 206 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.19 |
| HSL | 267.96º | 0.51% | 0.61% | - |
| HSV(B) | 267.96º | 0.5% | 0.81% | - |
| XYZ | 28.75 | 20.74 | 60.88 | - |
| YUV | 129.09 | 171.4 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 206 | 0.27 | 0.50 | 0 | 0.19 | 267.96 | 0.51 | 0.61 |
| Hex | 97 | 67 | CE | 1B | 32 | 0 | 13 | 10C | 33 | 3D |
| Octal | 227 | 147 | 316 | 33 | 62 | 0 | 23 | 414 | 63 | 75 |
| Binary | 10010111 | 1100111 | 11001110 | 11011 | 110010 | 0 | 10011 | 100001100 | 110011 | 111101 |
Color Harmonies of #9767CE
Complementary color
Monochromatic Colors of #9767CE
Black with #9767CE
Text Example
Text Example
White with #9767CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9767CE; }
p { color: rgb(151,103,206); }
H1.HeaderClassName
{
color: #9767CE;
}
.AnyTagClassName
{
color: #9767CE;
}
</style>
background-color css
<style>
a { background-color: #9767CE; }
a { background-color: rgb(151,103,206); }
div.DivClassName
{
background-color: #9767CE;
}
.BgClassName
{
background-color: #9767CE;
}
</style>
border-color css
<style>
span { border-color: #9767CE; }
span { border-color: rgb(151,103,206); }
td.TdClassName
{
border-color: #9767CE;
}
.TagClassName
{
border-color: #9767CE;
}
</style>