Shades of Amethyst #9B69CB
Tints of Amethyst #9B69CB
RGB
CMYK
RGB Variations
Color information
#9B69CB (or 0x9B69CB) is known color: Amethyst. HEX triplet: 9B, 69 and CB. RGB value is (155,105,203). Sum of RGB (Red+Green+Blue) = 155+105+203=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B69CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B69CB is #649634. Grayscale: #828282. Windows color (decimal): -6592053 or 13330843. OLE color: 13330843.
HSL color Cylindrical-coordinate representation of color #9B69CB: hue angle of 270.61º 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 #9B69CB is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 105 | 203 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.20 |
| HSL | 270.61º | 0.49% | 0.6% | - |
| HSV(B) | 270.61º | 0.48% | 0.8% | - |
| XYZ | 29.35 | 21.38 | 59.08 | - |
| YUV | 131.12 | 168.57 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 203 | 0.24 | 0.48 | 0 | 0.20 | 270.61 | 0.49 | 0.6 |
| Hex | 9B | 69 | CB | 18 | 30 | 0 | 14 | 10F | 31 | 3C |
| Octal | 233 | 151 | 313 | 30 | 60 | 0 | 24 | 417 | 61 | 74 |
| Binary | 10011011 | 1101001 | 11001011 | 11000 | 110000 | 0 | 10100 | 100001111 | 110001 | 111100 |
Color Harmonies of #9B69CB
Complementary color
Monochromatic Colors of #9B69CB
Black with #9B69CB
Text Example
Text Example
White with #9B69CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B69CB; }
p { color: rgb(155,105,203); }
H1.HeaderClassName
{
color: #9B69CB;
}
.AnyTagClassName
{
color: #9B69CB;
}
</style>
background-color css
<style>
a { background-color: #9B69CB; }
a { background-color: rgb(155,105,203); }
div.DivClassName
{
background-color: #9B69CB;
}
.BgClassName
{
background-color: #9B69CB;
}
</style>
border-color css
<style>
span { border-color: #9B69CB; }
span { border-color: rgb(155,105,203); }
td.TdClassName
{
border-color: #9B69CB;
}
.TagClassName
{
border-color: #9B69CB;
}
</style>