Shades of Amethyst #9E69CB
Tints of Amethyst #9E69CB
RGB
CMYK
RGB Variations
Color information
#9E69CB (or 0x9E69CB) is known color: Amethyst. HEX triplet: 9E, 69 and CB. RGB value is (158,105,203). Sum of RGB (Red+Green+Blue) = 158+105+203=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E69CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E69CB is #619634. Grayscale: #838383. Windows color (decimal): -6395445 or 13330846. OLE color: 13330846.
HSL color Cylindrical-coordinate representation of color #9E69CB: hue angle of 272.45º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E69CB is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 105 | 203 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.20 |
| HSL | 272.45º | 0.49% | 0.6% | - |
| HSV(B) | 272.45º | 0.48% | 0.8% | - |
| XYZ | 29.93 | 21.68 | 59.11 | - |
| YUV | 132.02 | 168.06 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 203 | 0.22 | 0.48 | 0 | 0.20 | 272.45 | 0.49 | 0.6 |
| Hex | 9E | 69 | CB | 16 | 30 | 0 | 14 | 110 | 31 | 3C |
| Octal | 236 | 151 | 313 | 26 | 60 | 0 | 24 | 420 | 61 | 74 |
| Binary | 10011110 | 1101001 | 11001011 | 10110 | 110000 | 0 | 10100 | 100010000 | 110001 | 111100 |
Color Harmonies of #9E69CB
Complementary color
Monochromatic Colors of #9E69CB
Black with #9E69CB
Text Example
Text Example
White with #9E69CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E69CB; }
p { color: rgb(158,105,203); }
H1.HeaderClassName
{
color: #9E69CB;
}
.AnyTagClassName
{
color: #9E69CB;
}
</style>
background-color css
<style>
a { background-color: #9E69CB; }
a { background-color: rgb(158,105,203); }
div.DivClassName
{
background-color: #9E69CB;
}
.BgClassName
{
background-color: #9E69CB;
}
</style>
border-color css
<style>
span { border-color: #9E69CB; }
span { border-color: rgb(158,105,203); }
td.TdClassName
{
border-color: #9E69CB;
}
.TagClassName
{
border-color: #9E69CB;
}
</style>