Html Css Color HEX #9560C6 Amethyst

📋 copy color: '#9560C6'

red 149 ◦ green 96 ◦ blue 198

#9560C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #9560C6

Tints of Amethyst #9560C6

RGB

 RED value IS 149 (58.59% from 255) = 33.63%

 GREEN value IS 96 (37.89% from 255) = 21.67%

 BLUE value IS 198 (77.73% from 255) = 44.7%

R = 33.63%
G = 21.67%
B = 44.7%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9560C6 (or 0x9560C6) is known color: Amethyst. HEX triplet: 95, 60 and C6. RGB value is (149,96,198). Sum of RGB (Red+Green+Blue) = 149+96+198=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 198 - color contains mainly: blue. Hex color #9560C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9560C6 is #6A9F39. Grayscale: #7B7B7B. Windows color (decimal): -6987578 or 13000853. OLE color: 13000853.

HSL color Cylindrical-coordinate representation of color #9560C6: hue angle of 271.18º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9560C6 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 96 198 -
CMYK 0.25 0.52 0 0.22
HSL 271.18º 0.47% 0.58% -
HSV(B) 271.18º 0.52% 0.78% -
XYZ 26.77 18.83 55.65 -
YUV 123.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 149 96 198 0.25 0.52 0 0.22 271.18 0.47 0.58
Hex 95 60 C6 19 34 0 16 10F 2F 3A
Octal 225 140 306 31 64 0 26 417 57 72
Binary 10010101 1100000 11000110 11001 110100 0 10110 100001111 101111 111010

Color Harmonies of #9560C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9560C6

Black with #9560C6

Text Example


Text Example

White with #9560C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9560C6;
 }
 .AnyTagClassName
 {
   color: #9560C6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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