Shades of Amethyst #9B65CF
Tints of Amethyst #9B65CF
RGB
CMYK
RGB Variations
Color information
#9B65CF (or 0x9B65CF) is known color: Amethyst. HEX triplet: 9B, 65 and CF. RGB value is (155,101,207). Sum of RGB (Red+Green+Blue) = 155+101+207=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B65CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B65CF is #649A30. Grayscale: #808080. Windows color (decimal): -6593073 or 13591963. OLE color: 13591963.
HSL color Cylindrical-coordinate representation of color #9B65CF: hue angle of 270.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B65CF is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 101 | 207 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.19 |
| HSL | 270.57º | 0.52% | 0.6% | - |
| HSV(B) | 270.57º | 0.51% | 0.81% | - |
| XYZ | 29.43 | 20.78 | 61.49 | - |
| YUV | 129.23 | 171.89 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 207 | 0.25 | 0.51 | 0 | 0.19 | 270.57 | 0.52 | 0.6 |
| Hex | 9B | 65 | CF | 19 | 33 | 0 | 13 | 10F | 34 | 3C |
| Octal | 233 | 145 | 317 | 31 | 63 | 0 | 23 | 417 | 64 | 74 |
| Binary | 10011011 | 1100101 | 11001111 | 11001 | 110011 | 0 | 10011 | 100001111 | 110100 | 111100 |
Color Harmonies of #9B65CF
Complementary color
Monochromatic Colors of #9B65CF
Black with #9B65CF
Text Example
Text Example
White with #9B65CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B65CF; }
p { color: rgb(155,101,207); }
H1.HeaderClassName
{
color: #9B65CF;
}
.AnyTagClassName
{
color: #9B65CF;
}
</style>
background-color css
<style>
a { background-color: #9B65CF; }
a { background-color: rgb(155,101,207); }
div.DivClassName
{
background-color: #9B65CF;
}
.BgClassName
{
background-color: #9B65CF;
}
</style>
border-color css
<style>
span { border-color: #9B65CF; }
span { border-color: rgb(155,101,207); }
td.TdClassName
{
border-color: #9B65CF;
}
.TagClassName
{
border-color: #9B65CF;
}
</style>