Shades of Amethyst #935FC4
Tints of Amethyst #935FC4
RGB
CMYK
RGB Variations
Color information
#935FC4 (or 0x935FC4) is known color: Amethyst. HEX triplet: 93, 5F and C4. RGB value is (147,95,196). Sum of RGB (Red+Green+Blue) = 147+95+196=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #935FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FC4 is #6CA03B. Grayscale: #797979. Windows color (decimal): -7118908 or 12869523. OLE color: 12869523.
HSL color Cylindrical-coordinate representation of color #935FC4: hue angle of 270.89º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #935FC4 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 95 | 196 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.23 |
| HSL | 270.89º | 0.46% | 0.57% | - |
| HSV(B) | 270.89º | 0.52% | 0.77% | - |
| XYZ | 26.09 | 18.37 | 54.4 | - |
| YUV | 122.06 | 169.73 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 196 | 0.25 | 0.52 | 0 | 0.23 | 270.89 | 0.46 | 0.57 |
| Hex | 93 | 5F | C4 | 19 | 34 | 0 | 17 | 10F | 2E | 39 |
| Octal | 223 | 137 | 304 | 31 | 64 | 0 | 27 | 417 | 56 | 71 |
| Binary | 10010011 | 1011111 | 11000100 | 11001 | 110100 | 0 | 10111 | 100001111 | 101110 | 111001 |
Color Harmonies of #935FC4
Complementary color
Monochromatic Colors of #935FC4
Black with #935FC4
Text Example
Text Example
White with #935FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FC4; }
p { color: rgb(147,95,196); }
H1.HeaderClassName
{
color: #935FC4;
}
.AnyTagClassName
{
color: #935FC4;
}
</style>
background-color css
<style>
a { background-color: #935FC4; }
a { background-color: rgb(147,95,196); }
div.DivClassName
{
background-color: #935FC4;
}
.BgClassName
{
background-color: #935FC4;
}
</style>
border-color css
<style>
span { border-color: #935FC4; }
span { border-color: rgb(147,95,196); }
td.TdClassName
{
border-color: #935FC4;
}
.TagClassName
{
border-color: #935FC4;
}
</style>