Shades of Amethyst #9467CB
Tints of Amethyst #9467CB
RGB
CMYK
RGB Variations
Color information
#9467CB (or 0x9467CB) is known color: Amethyst. HEX triplet: 94, 67 and CB. RGB value is (148,103,203). Sum of RGB (Red+Green+Blue) = 148+103+203=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 103 (40.62% from 255 or 22.69% 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 #9467CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9467CB is #6B9834. Grayscale: #7F7F7F. Windows color (decimal): -7051317 or 13330324. OLE color: 13330324.
HSL color Cylindrical-coordinate representation of color #9467CB: hue angle of 267º 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 #9467CB is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 103 | 203 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.20 |
| HSL | 267º | 0.49% | 0.6% | - |
| HSV(B) | 267º | 0.49% | 0.8% | - |
| XYZ | 27.84 | 20.31 | 58.95 | - |
| YUV | 127.86 | 170.41 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 203 | 0.27 | 0.49 | 0 | 0.20 | 267 | 0.49 | 0.6 |
| Hex | 94 | 67 | CB | 1B | 31 | 0 | 14 | 10B | 31 | 3C |
| Octal | 224 | 147 | 313 | 33 | 61 | 0 | 24 | 413 | 61 | 74 |
| Binary | 10010100 | 1100111 | 11001011 | 11011 | 110001 | 0 | 10100 | 100001011 | 110001 | 111100 |
Color Harmonies of #9467CB
Complementary color
Monochromatic Colors of #9467CB
Black with #9467CB
Text Example
Text Example
White with #9467CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9467CB; }
p { color: rgb(148,103,203); }
H1.HeaderClassName
{
color: #9467CB;
}
.AnyTagClassName
{
color: #9467CB;
}
</style>
background-color css
<style>
a { background-color: #9467CB; }
a { background-color: rgb(148,103,203); }
div.DivClassName
{
background-color: #9467CB;
}
.BgClassName
{
background-color: #9467CB;
}
</style>
border-color css
<style>
span { border-color: #9467CB; }
span { border-color: rgb(148,103,203); }
td.TdClassName
{
border-color: #9467CB;
}
.TagClassName
{
border-color: #9467CB;
}
</style>