#9560CC

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

Shades of Amethyst #9560CC

Tints of Amethyst #9560CC

Color information

#9560CC (or 0x9560CC) is unknown color: approx Amethyst. HEX triplet: 95, 60 and CC. RGB value is (149,96,204). Sum of RGB (Red+Green+Blue) = 149+96+204=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #9560CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9560CC is #6A9F33. Grayscale: #7B7B7B. Windows color (decimal): -6987572 or 13394069. OLE color: 13394069.

HSL color Cylindrical-coordinate representation of color #9560CC: hue angle of 269.44º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9560CC is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14996204-
CMYK0.270.5300.2
HSL269.44º51.43%58.82%-
HSV(B)269.44º52.94%80%-
XYZ27.4819.1159.37-
YUV124.16173.06145.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 96 (37.89% from 255) = 21.38%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=33.18%
G=21.38%
B=45.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal149962040.270.5300.2269.4451.4358.82
Hex9560CC1B3501410d333b
Octal22514031433650244156373
Binary1001010111000001100110011011110101010100100001101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9560CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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