Shades of Amethyst #9067CF
Tints of Amethyst #9067CF
RGB
CMYK
RGB Variations
Color information
#9067CF (or 0x9067CF) is known color: Amethyst. HEX triplet: 90, 67 and CF. RGB value is (144,103,207). Sum of RGB (Red+Green+Blue) = 144+103+207=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #9067CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9067CF is #6F9830. Grayscale: #7E7E7E. Windows color (decimal): -7313457 or 13592464. OLE color: 13592464.
HSL color Cylindrical-coordinate representation of color #9067CF: hue angle of 263.65º degrees, saturation: 0.52, 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 #9067CF is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 103 | 207 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.19 |
| HSL | 263.65º | 0.52% | 0.61% | - |
| HSV(B) | 263.65º | 0.5% | 0.81% | - |
| XYZ | 27.61 | 20.13 | 61.46 | - |
| YUV | 127.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 103 | 207 | 0.30 | 0.50 | 0 | 0.19 | 263.65 | 0.52 | 0.61 |
| Hex | 90 | 67 | CF | 1E | 32 | 0 | 13 | 108 | 34 | 3D |
| Octal | 220 | 147 | 317 | 36 | 62 | 0 | 23 | 410 | 64 | 75 |
| Binary | 10010000 | 1100111 | 11001111 | 11110 | 110010 | 0 | 10011 | 100001000 | 110100 | 111101 |
Color Harmonies of #9067CF
Complementary color
Monochromatic Colors of #9067CF
Black with #9067CF
Text Example
Text Example
White with #9067CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9067CF; }
p { color: rgb(144,103,207); }
H1.HeaderClassName
{
color: #9067CF;
}
.AnyTagClassName
{
color: #9067CF;
}
</style>
background-color css
<style>
a { background-color: #9067CF; }
a { background-color: rgb(144,103,207); }
div.DivClassName
{
background-color: #9067CF;
}
.BgClassName
{
background-color: #9067CF;
}
</style>
border-color css
<style>
span { border-color: #9067CF; }
span { border-color: rgb(144,103,207); }
td.TdClassName
{
border-color: #9067CF;
}
.TagClassName
{
border-color: #9067CF;
}
</style>