Shades of Amethyst #905CCB
Tints of Amethyst #905CCB
RGB
CMYK
RGB Variations
Color information
#905CCB (or 0x905CCB) is known color: Amethyst. HEX triplet: 90, 5C and CB. RGB value is (144,92,203). Sum of RGB (Red+Green+Blue) = 144+92+203=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #905CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905CCB is #6FA334. Grayscale: #777777. Windows color (decimal): -7316277 or 13327504. OLE color: 13327504.
HSL color Cylindrical-coordinate representation of color #905CCB: hue angle of 268.11º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #905CCB is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 92 | 203 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.20 |
| HSL | 268.11º | 0.52% | 0.58% | - |
| HSV(B) | 268.11º | 0.55% | 0.8% | - |
| XYZ | 26.11 | 17.9 | 58.58 | - |
| YUV | 120.2 | 174.73 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 203 | 0.29 | 0.55 | 0 | 0.20 | 268.11 | 0.52 | 0.58 |
| Hex | 90 | 5C | CB | 1D | 37 | 0 | 14 | 10C | 34 | 3A |
| Octal | 220 | 134 | 313 | 35 | 67 | 0 | 24 | 414 | 64 | 72 |
| Binary | 10010000 | 1011100 | 11001011 | 11101 | 110111 | 0 | 10100 | 100001100 | 110100 | 111010 |
Color Harmonies of #905CCB
Complementary color
Monochromatic Colors of #905CCB
Black with #905CCB
Text Example
Text Example
White with #905CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905CCB; }
p { color: rgb(144,92,203); }
H1.HeaderClassName
{
color: #905CCB;
}
.AnyTagClassName
{
color: #905CCB;
}
</style>
background-color css
<style>
a { background-color: #905CCB; }
a { background-color: rgb(144,92,203); }
div.DivClassName
{
background-color: #905CCB;
}
.BgClassName
{
background-color: #905CCB;
}
</style>
border-color css
<style>
span { border-color: #905CCB; }
span { border-color: rgb(144,92,203); }
td.TdClassName
{
border-color: #905CCB;
}
.TagClassName
{
border-color: #905CCB;
}
</style>