Shades of Amethyst #9D60CB
Tints of Amethyst #9D60CB
RGB
CMYK
RGB Variations
Color information
#9D60CB (or 0x9D60CB) is known color: Amethyst. HEX triplet: 9D, 60 and CB. RGB value is (157,96,203). Sum of RGB (Red+Green+Blue) = 157+96+203=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D60CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D60CB is #629F34. Grayscale: #7E7E7E. Windows color (decimal): -6463285 or 13328541. OLE color: 13328541.
HSL color Cylindrical-coordinate representation of color #9D60CB: hue angle of 274.21º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D60CB is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 96 | 203 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.20 |
| HSL | 274.21º | 0.51% | 0.59% | - |
| HSV(B) | 274.21º | 0.53% | 0.8% | - |
| XYZ | 28.87 | 19.85 | 58.81 | - |
| YUV | 126.44 | 171.21 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 96 | 203 | 0.23 | 0.53 | 0 | 0.20 | 274.21 | 0.51 | 0.59 |
| Hex | 9D | 60 | CB | 17 | 35 | 0 | 14 | 112 | 33 | 3B |
| Octal | 235 | 140 | 313 | 27 | 65 | 0 | 24 | 422 | 63 | 73 |
| Binary | 10011101 | 1100000 | 11001011 | 10111 | 110101 | 0 | 10100 | 100010010 | 110011 | 111011 |
Color Harmonies of #9D60CB
Complementary color
Monochromatic Colors of #9D60CB
Black with #9D60CB
Text Example
Text Example
White with #9D60CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D60CB; }
p { color: rgb(157,96,203); }
H1.HeaderClassName
{
color: #9D60CB;
}
.AnyTagClassName
{
color: #9D60CB;
}
</style>
background-color css
<style>
a { background-color: #9D60CB; }
a { background-color: rgb(157,96,203); }
div.DivClassName
{
background-color: #9D60CB;
}
.BgClassName
{
background-color: #9D60CB;
}
</style>
border-color css
<style>
span { border-color: #9D60CB; }
span { border-color: rgb(157,96,203); }
td.TdClassName
{
border-color: #9D60CB;
}
.TagClassName
{
border-color: #9D60CB;
}
</style>