Shades of Amethyst #9B5ADC
Tints of Amethyst #9B5ADC
RGB
CMYK
RGB Variations
Color information
#9B5ADC (or 0x9B5ADC) is known color: Amethyst. HEX triplet: 9B, 5A and DC. RGB value is (155,90,220). Sum of RGB (Red+Green+Blue) = 155+90+220=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B5ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5ADC is #64A523. Grayscale: #7B7B7B. Windows color (decimal): -6595876 or 14441115. OLE color: 14441115.
HSL color Cylindrical-coordinate representation of color #9B5ADC: hue angle of 270º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B5ADC is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 90 | 220 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.14 |
| HSL | 270º | 0.65% | 0.61% | - |
| HSV(B) | 270º | 0.59% | 0.86% | - |
| XYZ | 30.09 | 19.45 | 69.88 | - |
| YUV | 124.26 | 182.03 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 220 | 0.30 | 0.59 | 0 | 0.14 | 270 | 0.65 | 0.61 |
| Hex | 9B | 5A | DC | 1E | 3B | 0 | E | 10E | 41 | 3D |
| Octal | 233 | 132 | 334 | 36 | 73 | 0 | 16 | 416 | 101 | 75 |
| Binary | 10011011 | 1011010 | 11011100 | 11110 | 111011 | 0 | 1110 | 100001110 | 1000001 | 111101 |
Color Harmonies of #9B5ADC
Complementary color
Monochromatic Colors of #9B5ADC
Black with #9B5ADC
Text Example
Text Example
White with #9B5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5ADC; }
p { color: rgb(155,90,220); }
H1.HeaderClassName
{
color: #9B5ADC;
}
.AnyTagClassName
{
color: #9B5ADC;
}
</style>
background-color css
<style>
a { background-color: #9B5ADC; }
a { background-color: rgb(155,90,220); }
div.DivClassName
{
background-color: #9B5ADC;
}
.BgClassName
{
background-color: #9B5ADC;
}
</style>
border-color css
<style>
span { border-color: #9B5ADC; }
span { border-color: rgb(155,90,220); }
td.TdClassName
{
border-color: #9B5ADC;
}
.TagClassName
{
border-color: #9B5ADC;
}
</style>