Html Css Color HEX #9561C4 Amethyst

📋 copy color: '#9561C4'

red 149 ◦ green 97 ◦ blue 196

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

Shades of Amethyst #9561C4

Tints of Amethyst #9561C4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.95%

 BLUE value IS 196 (76.95% from 255) = 44.34%

R = 33.71%
G = 21.95%
B = 44.34%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9561C4 (or 0x9561C4) is known color: Amethyst. HEX triplet: 95, 61 and C4. RGB value is (149,97,196). Sum of RGB (Red+Green+Blue) = 149+97+196=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 196 - color contains mainly: blue. Hex color #9561C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9561C4 is #6A9E3B. Grayscale: #7B7B7B. Windows color (decimal): -6987324 or 12870037. OLE color: 12870037.

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

Color convert

RGB 149 97 196 -
CMYK 0.24 0.51 0 0.23
HSL 271.52º 0.46% 0.57% -
HSV(B) 271.52º 0.51% 0.77% -
XYZ 26.63 18.92 54.47 -
YUV 123.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 149 97 196 0.24 0.51 0 0.23 271.52 0.46 0.57
Hex 95 61 C4 18 33 0 17 110 2E 39
Octal 225 141 304 30 63 0 27 420 56 71
Binary 10010101 1100001 11000100 11000 110011 0 10111 100010000 101110 111001

Color Harmonies of #9561C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9561C4

Black with #9561C4

Text Example


Text Example

White with #9561C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9561C4;
 }
 .AnyTagClassName
 {
   color: #9561C4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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