#9561C3

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

Shades of Amethyst #9561C3

Tints of Amethyst #9561C3

Color information

#9561C3 (or 0x9561C3) is unknown color: approx Amethyst. HEX triplet: 95, 61 and C3. RGB value is (149,97,195). Sum of RGB (Red+Green+Blue) = 149+97+195=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 195 - color contains mainly: blue. Hex color #9561C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9561C3 is #6A9E3C. Grayscale: #7B7B7B. Windows color (decimal): -6987325 or 12804501. OLE color: 12804501.

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

Color convert

RGB14997195-
CMYK0.240.5000.24
HSL271.84º44.95%57.25%-
HSV(B)271.84º50.26%76.47%-
XYZ26.5218.8853.88-
YUV123.72168.23146.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 195 (76.56% from 255) = 44.22%
R=33.79%
G=22.00%
B=44.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149971950.240.5000.24271.8444.9557.25
Hex9561C318320181102d39
Octal22514130330620304205571
Binary1001010111000011100001111000110010011000100010000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9561C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9561C3; }

 p { color: rgb(149,97,195); }

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

<style>
 a { background-color: #9561C3; }

 a { background-color: rgb(149,97,195); }

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

<style>
 span { border-color: #9561C3; }

 span { border-color: rgb(149,97,195); }

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