Shades of Amethyst #9369CB
Tints of Amethyst #9369CB
RGB
CMYK
RGB Variations
Color information
#9369CB (or 0x9369CB) is known color: Amethyst. HEX triplet: 93, 69 and CB. RGB value is (147,105,203). Sum of RGB (Red+Green+Blue) = 147+105+203=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #9369CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9369CB is #6C9634. Grayscale: #808080. Windows color (decimal): -7116341 or 13330835. OLE color: 13330835.
HSL color Cylindrical-coordinate representation of color #9369CB: hue angle of 265.71º 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 #9369CB is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 105 | 203 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.20 |
| HSL | 265.71º | 0.49% | 0.6% | - |
| HSV(B) | 265.71º | 0.48% | 0.8% | - |
| XYZ | 27.86 | 20.62 | 59.01 | - |
| YUV | 128.73 | 169.91 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 203 | 0.28 | 0.48 | 0 | 0.20 | 265.71 | 0.49 | 0.6 |
| Hex | 93 | 69 | CB | 1C | 30 | 0 | 14 | 10A | 31 | 3C |
| Octal | 223 | 151 | 313 | 34 | 60 | 0 | 24 | 412 | 61 | 74 |
| Binary | 10010011 | 1101001 | 11001011 | 11100 | 110000 | 0 | 10100 | 100001010 | 110001 | 111100 |
Color Harmonies of #9369CB
Complementary color
Monochromatic Colors of #9369CB
Black with #9369CB
Text Example
Text Example
White with #9369CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9369CB; }
p { color: rgb(147,105,203); }
H1.HeaderClassName
{
color: #9369CB;
}
.AnyTagClassName
{
color: #9369CB;
}
</style>
background-color css
<style>
a { background-color: #9369CB; }
a { background-color: rgb(147,105,203); }
div.DivClassName
{
background-color: #9369CB;
}
.BgClassName
{
background-color: #9369CB;
}
</style>
border-color css
<style>
span { border-color: #9369CB; }
span { border-color: rgb(147,105,203); }
td.TdClassName
{
border-color: #9369CB;
}
.TagClassName
{
border-color: #9369CB;
}
</style>