Shades of Amethyst #9D67CF
Tints of Amethyst #9D67CF
RGB
CMYK
RGB Variations
Color information
#9D67CF (or 0x9D67CF) is known color: Amethyst. HEX triplet: 9D, 67 and CF. RGB value is (157,103,207). Sum of RGB (Red+Green+Blue) = 157+103+207=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D67CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D67CF is #629830. Grayscale: #828282. Windows color (decimal): -6461489 or 13592477. OLE color: 13592477.
HSL color Cylindrical-coordinate representation of color #9D67CF: hue angle of 271.15º degrees, saturation: 0.52, 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 #9D67CF is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 103 | 207 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.19 |
| HSL | 271.15º | 0.52% | 0.61% | - |
| HSV(B) | 271.15º | 0.5% | 0.81% | - |
| XYZ | 30.02 | 21.37 | 61.57 | - |
| YUV | 131 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 103 | 207 | 0.24 | 0.50 | 0 | 0.19 | 271.15 | 0.52 | 0.61 |
| Hex | 9D | 67 | CF | 18 | 32 | 0 | 13 | 10F | 34 | 3D |
| Octal | 235 | 147 | 317 | 30 | 62 | 0 | 23 | 417 | 64 | 75 |
| Binary | 10011101 | 1100111 | 11001111 | 11000 | 110010 | 0 | 10011 | 100001111 | 110100 | 111101 |
Color Harmonies of #9D67CF
Complementary color
Monochromatic Colors of #9D67CF
Black with #9D67CF
Text Example
Text Example
White with #9D67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D67CF; }
p { color: rgb(157,103,207); }
H1.HeaderClassName
{
color: #9D67CF;
}
.AnyTagClassName
{
color: #9D67CF;
}
</style>
background-color css
<style>
a { background-color: #9D67CF; }
a { background-color: rgb(157,103,207); }
div.DivClassName
{
background-color: #9D67CF;
}
.BgClassName
{
background-color: #9D67CF;
}
</style>
border-color css
<style>
span { border-color: #9D67CF; }
span { border-color: rgb(157,103,207); }
td.TdClassName
{
border-color: #9D67CF;
}
.TagClassName
{
border-color: #9D67CF;
}
</style>