Shades of Amethyst #9067CB
Tints of Amethyst #9067CB
RGB
CMYK
RGB Variations
Color information
#9067CB (or 0x9067CB) is known color: Amethyst. HEX triplet: 90, 67 and CB. RGB value is (144,103,203). Sum of RGB (Red+Green+Blue) = 144+103+203=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #9067CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9067CB is #6F9834. Grayscale: #7E7E7E. Windows color (decimal): -7313461 or 13330320. OLE color: 13330320.
HSL color Cylindrical-coordinate representation of color #9067CB: hue angle of 264.6º 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 #9067CB is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 103 | 203 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.20 |
| HSL | 264.6º | 0.49% | 0.6% | - |
| HSV(B) | 264.6º | 0.49% | 0.8% | - |
| XYZ | 27.13 | 19.94 | 58.92 | - |
| YUV | 126.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 103 | 203 | 0.29 | 0.49 | 0 | 0.20 | 264.6 | 0.49 | 0.6 |
| Hex | 90 | 67 | CB | 1D | 31 | 0 | 14 | 109 | 31 | 3C |
| Octal | 220 | 147 | 313 | 35 | 61 | 0 | 24 | 411 | 61 | 74 |
| Binary | 10010000 | 1100111 | 11001011 | 11101 | 110001 | 0 | 10100 | 100001001 | 110001 | 111100 |
Color Harmonies of #9067CB
Complementary color
Monochromatic Colors of #9067CB
Black with #9067CB
Text Example
Text Example
White with #9067CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9067CB; }
p { color: rgb(144,103,203); }
H1.HeaderClassName
{
color: #9067CB;
}
.AnyTagClassName
{
color: #9067CB;
}
</style>
background-color css
<style>
a { background-color: #9067CB; }
a { background-color: rgb(144,103,203); }
div.DivClassName
{
background-color: #9067CB;
}
.BgClassName
{
background-color: #9067CB;
}
</style>
border-color css
<style>
span { border-color: #9067CB; }
span { border-color: rgb(144,103,203); }
td.TdClassName
{
border-color: #9067CB;
}
.TagClassName
{
border-color: #9067CB;
}
</style>