#9560CB

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

Shades of Amethyst #9560CB

Tints of Amethyst #9560CB

Color information

#9560CB (or 0x9560CB) is unknown color: approx Amethyst. HEX triplet: 95, 60 and CB. RGB value is (149,96,203). Sum of RGB (Red+Green+Blue) = 149+96+203=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #9560CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9560CB is #6A9F34. Grayscale: #7B7B7B. Windows color (decimal): -6987573 or 13328533. OLE color: 13328533.

HSL color Cylindrical-coordinate representation of color #9560CB: hue angle of 269.72º 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 #9560CB is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14996203-
CMYK0.270.5300.20
HSL269.72º50.71%58.63%-
HSV(B)269.72º52.71%79.61%-
XYZ27.3619.0758.74-
YUV124.04172.56145.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 96 (37.89% from 255) = 21.43%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=33.26%
G=21.43%
B=45.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149962030.270.5300.20269.7250.7158.63
Hex9560CB1B3501410e333b
Octal22514031333650244166373
Binary1001010111000001100101111011110101010100100001110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9560CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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