Shades of Amethyst #9D69CF
Tints of Amethyst #9D69CF
RGB
CMYK
RGB Variations
Color information
#9D69CF (or 0x9D69CF) is known color: Amethyst. HEX triplet: 9D, 69 and CF. RGB value is (157,105,207). Sum of RGB (Red+Green+Blue) = 157+105+207=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D69CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D69CF is #629630. Grayscale: #838383. Windows color (decimal): -6460977 or 13592989. OLE color: 13592989.
HSL color Cylindrical-coordinate representation of color #9D69CF: hue angle of 270.59º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D69CF is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 105 | 207 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.19 |
| HSL | 270.59º | 0.52% | 0.61% | - |
| HSV(B) | 270.59º | 0.49% | 0.81% | - |
| XYZ | 30.22 | 21.78 | 61.64 | - |
| YUV | 132.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 105 | 207 | 0.24 | 0.49 | 0 | 0.19 | 270.59 | 0.52 | 0.61 |
| Hex | 9D | 69 | CF | 18 | 31 | 0 | 13 | 10F | 34 | 3D |
| Octal | 235 | 151 | 317 | 30 | 61 | 0 | 23 | 417 | 64 | 75 |
| Binary | 10011101 | 1101001 | 11001111 | 11000 | 110001 | 0 | 10011 | 100001111 | 110100 | 111101 |
Color Harmonies of #9D69CF
Complementary color
Monochromatic Colors of #9D69CF
Black with #9D69CF
Text Example
Text Example
White with #9D69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D69CF; }
p { color: rgb(157,105,207); }
H1.HeaderClassName
{
color: #9D69CF;
}
.AnyTagClassName
{
color: #9D69CF;
}
</style>
background-color css
<style>
a { background-color: #9D69CF; }
a { background-color: rgb(157,105,207); }
div.DivClassName
{
background-color: #9D69CF;
}
.BgClassName
{
background-color: #9D69CF;
}
</style>
border-color css
<style>
span { border-color: #9D69CF; }
span { border-color: rgb(157,105,207); }
td.TdClassName
{
border-color: #9D69CF;
}
.TagClassName
{
border-color: #9D69CF;
}
</style>