#9560C2

Color #9560C2 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #9560C2

Tints of Amethyst #9560C2

Color information

#9560C2 (or 0x9560C2) is unknown color: approx Amethyst. HEX triplet: 95, 60 and C2. RGB value is (149,96,194). Sum of RGB (Red+Green+Blue) = 149+96+194=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 194 - color contains mainly: blue. Hex color #9560C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9560C2 is #6A9F3D. Grayscale: #7A7A7A. Windows color (decimal): -6987582 or 12738709. OLE color: 12738709.

HSL color Cylindrical-coordinate representation of color #9560C2: hue angle of 272.45º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9560C2 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14996194-
CMYK0.230.5100.24
HSL272.45º44.55%56.86%-
HSV(B)272.45º50.52%76.08%-
XYZ26.3118.6553.25-
YUV123.02168.06146.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 33.94%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 194 (76.17% from 255) = 44.19%
R=33.94%
G=21.87%
B=44.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149961940.230.5100.24272.4544.5556.86
Hex9560C217330181102d39
Octal22514030227630304205571
Binary1001010111000001100001010111110011011000100010000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9560C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9560C2; }

 p { color: rgb(149,96,194); }

 H1.HeaderClassName
 {
   color: #9560C2;
 }
 .AnyTagClassName
 {
   color: #9560C2;
 }
</style>
background-color css

<style>
 a { background-color: #9560C2; }

 a { background-color: rgb(149,96,194); }

 div.DivClassName
 {
   background-color: #9560C2;
 }
 .BgClassName
 {
   background-color: #9560C2;
 }
</style>
border-color css

<style>
 span { border-color: #9560C2; }

 span { border-color: rgb(149,96,194); }

 td.TdClassName
 {
   border-color: #9560C2;
 }
 .TagClassName
 {
   border-color: #9560C2;
 }
</style>