Shades of Amethyst #9368CB
Tints of Amethyst #9368CB
RGB
CMYK
RGB Variations
Color information
#9368CB (or 0x9368CB) is known color: Amethyst. HEX triplet: 93, 68 and CB. RGB value is (147,104,203). Sum of RGB (Red+Green+Blue) = 147+104+203=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #9368CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9368CB is #6C9734. Grayscale: #7F7F7F. Windows color (decimal): -7116597 or 13330579. OLE color: 13330579.
HSL color Cylindrical-coordinate representation of color #9368CB: hue angle of 266.06º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9368CB is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 104 | 203 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.20 |
| HSL | 266.06º | 0.49% | 0.6% | - |
| HSV(B) | 266.06º | 0.49% | 0.8% | - |
| XYZ | 27.76 | 20.42 | 58.98 | - |
| YUV | 128.14 | 170.25 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 203 | 0.28 | 0.49 | 0 | 0.20 | 266.06 | 0.49 | 0.6 |
| Hex | 93 | 68 | CB | 1C | 31 | 0 | 14 | 10A | 31 | 3C |
| Octal | 223 | 150 | 313 | 34 | 61 | 0 | 24 | 412 | 61 | 74 |
| Binary | 10010011 | 1101000 | 11001011 | 11100 | 110001 | 0 | 10100 | 100001010 | 110001 | 111100 |
Color Harmonies of #9368CB
Complementary color
Monochromatic Colors of #9368CB
Black with #9368CB
Text Example
Text Example
White with #9368CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9368CB; }
p { color: rgb(147,104,203); }
H1.HeaderClassName
{
color: #9368CB;
}
.AnyTagClassName
{
color: #9368CB;
}
</style>
background-color css
<style>
a { background-color: #9368CB; }
a { background-color: rgb(147,104,203); }
div.DivClassName
{
background-color: #9368CB;
}
.BgClassName
{
background-color: #9368CB;
}
</style>
border-color css
<style>
span { border-color: #9368CB; }
span { border-color: rgb(147,104,203); }
td.TdClassName
{
border-color: #9368CB;
}
.TagClassName
{
border-color: #9368CB;
}
</style>