Shades of Amethyst #9569CC
Tints of Amethyst #9569CC
RGB
CMYK
RGB Variations
Color information
#9569CC (or 0x9569CC) is known color: Amethyst. HEX triplet: 95, 69 and CC. RGB value is (149,105,204). Sum of RGB (Red+Green+Blue) = 149+105+204=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #9569CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9569CC is #6A9633. Grayscale: #818181. Windows color (decimal): -6985268 or 13396373. OLE color: 13396373.
HSL color Cylindrical-coordinate representation of color #9569CC: hue angle of 266.67º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9569CC is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 105 | 204 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.2 |
| HSL | 266.67º | 0.49% | 0.61% | - |
| HSV(B) | 266.67º | 0.49% | 0.8% | - |
| XYZ | 28.35 | 20.85 | 59.66 | - |
| YUV | 129.44 | 170.08 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 204 | 0.27 | 0.49 | 0 | 0.2 | 266.67 | 0.49 | 0.61 |
| Hex | 95 | 69 | CC | 1B | 31 | 0 | 14 | 10B | 31 | 3D |
| Octal | 225 | 151 | 314 | 33 | 61 | 0 | 24 | 413 | 61 | 75 |
| Binary | 10010101 | 1101001 | 11001100 | 11011 | 110001 | 0 | 10100 | 100001011 | 110001 | 111101 |
Color Harmonies of #9569CC
Complementary color
Monochromatic Colors of #9569CC
Black with #9569CC
Text Example
Text Example
White with #9569CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9569CC; }
p { color: rgb(149,105,204); }
H1.HeaderClassName
{
color: #9569CC;
}
.AnyTagClassName
{
color: #9569CC;
}
</style>
background-color css
<style>
a { background-color: #9569CC; }
a { background-color: rgb(149,105,204); }
div.DivClassName
{
background-color: #9569CC;
}
.BgClassName
{
background-color: #9569CC;
}
</style>
border-color css
<style>
span { border-color: #9569CC; }
span { border-color: rgb(149,105,204); }
td.TdClassName
{
border-color: #9569CC;
}
.TagClassName
{
border-color: #9569CC;
}
</style>