Shades of Amethyst #9467CE
Tints of Amethyst #9467CE
RGB
CMYK
RGB Variations
Color information
#9467CE (or 0x9467CE) is known color: Amethyst. HEX triplet: 94, 67 and CE. RGB value is (148,103,206). Sum of RGB (Red+Green+Blue) = 148+103+206=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #9467CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9467CE is #6B9831. Grayscale: #7F7F7F. Windows color (decimal): -7051314 or 13526932. OLE color: 13526932.
HSL color Cylindrical-coordinate representation of color #9467CE: hue angle of 266.21º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9467CE is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 103 | 206 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.19 |
| HSL | 266.21º | 0.51% | 0.61% | - |
| HSV(B) | 266.21º | 0.5% | 0.81% | - |
| XYZ | 28.2 | 20.45 | 60.85 | - |
| YUV | 128.2 | 171.91 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 206 | 0.28 | 0.50 | 0 | 0.19 | 266.21 | 0.51 | 0.61 |
| Hex | 94 | 67 | CE | 1C | 32 | 0 | 13 | 10A | 33 | 3D |
| Octal | 224 | 147 | 316 | 34 | 62 | 0 | 23 | 412 | 63 | 75 |
| Binary | 10010100 | 1100111 | 11001110 | 11100 | 110010 | 0 | 10011 | 100001010 | 110011 | 111101 |
Color Harmonies of #9467CE
Complementary color
Monochromatic Colors of #9467CE
Black with #9467CE
Text Example
Text Example
White with #9467CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9467CE; }
p { color: rgb(148,103,206); }
H1.HeaderClassName
{
color: #9467CE;
}
.AnyTagClassName
{
color: #9467CE;
}
</style>
background-color css
<style>
a { background-color: #9467CE; }
a { background-color: rgb(148,103,206); }
div.DivClassName
{
background-color: #9467CE;
}
.BgClassName
{
background-color: #9467CE;
}
</style>
border-color css
<style>
span { border-color: #9467CE; }
span { border-color: rgb(148,103,206); }
td.TdClassName
{
border-color: #9467CE;
}
.TagClassName
{
border-color: #9467CE;
}
</style>