Html Css Color HEX #9564BE Amethyst

📋 copy color: '#9564BE'

red 149 ◦ green 100 ◦ blue 190

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

Shades of Amethyst #9564BE

Tints of Amethyst #9564BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.78%

 BLUE value IS 190 (74.61% from 255) = 43.28%

R = 33.94%
G = 22.78%
B = 43.28%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9564BE (or 0x9564BE) is known color: Amethyst. HEX triplet: 95, 64 and BE. RGB value is (149,100,190). Sum of RGB (Red+Green+Blue) = 149+100+190=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #9564BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9564BE is #6A9B41. Grayscale: #7C7C7C. Windows color (decimal): -6986562 or 12477589. OLE color: 12477589.

HSL color Cylindrical-coordinate representation of color #9564BE: hue angle of 272.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9564BE is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 100 190 -
CMYK 0.22 0.47 0 0.25
HSL 272.67º 0.41% 0.57% -
HSV(B) 272.67º 0.47% 0.75% -
XYZ 26.25 19.22 51.04 -
YUV 124.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 149 100 190 0.22 0.47 0 0.25 272.67 0.41 0.57
Hex 95 64 BE 16 2F 0 19 111 29 39
Octal 225 144 276 26 57 0 31 421 51 71
Binary 10010101 1100100 10111110 10110 101111 0 11001 100010001 101001 111001

Color Harmonies of #9564BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9564BE

Black with #9564BE

Text Example


Text Example

White with #9564BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9564BE; }

 p { color: rgb(149,100,190); }

 H1.HeaderClassName
 {
   color: #9564BE;
 }
 .AnyTagClassName
 {
   color: #9564BE;
 }
</style>

background-color css

<style>
 a { background-color: #9564BE; }

 a { background-color: rgb(149,100,190); }

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

border-color css

<style>
 span { border-color: #9564BE; }

 span { border-color: rgb(149,100,190); }

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