Html Css Color HEX #9564BC Amethyst

📋 copy color: '#9564BC'

red 149 ◦ green 100 ◦ blue 188

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

Shades of Amethyst #9564BC

Tints of Amethyst #9564BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.02%

R = 34.1%
G = 22.88%
B = 43.02%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9564BC (or 0x9564BC) is known color: Amethyst. HEX triplet: 95, 64 and BC. RGB value is (149,100,188). Sum of RGB (Red+Green+Blue) = 149+100+188=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #9564BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9564BC is #6A9B43. Grayscale: #7C7C7C. Windows color (decimal): -6986564 or 12346517. OLE color: 12346517.

HSL color Cylindrical-coordinate representation of color #9564BC: hue angle of 273.41º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9564BC is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 100 188 -
CMYK 0.21 0.47 0 0.26
HSL 273.41º 0.4% 0.56% -
HSV(B) 273.41º 0.47% 0.74% -
XYZ 26.03 19.13 49.9 -
YUV 124.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 149 100 188 0.21 0.47 0 0.26 273.41 0.4 0.56
Hex 95 64 BC 15 2F 0 1A 111 28 38
Octal 225 144 274 25 57 0 32 421 50 70
Binary 10010101 1100100 10111100 10101 101111 0 11010 100010001 101000 111000

Color Harmonies of #9564BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9564BC

Black with #9564BC

Text Example


Text Example

White with #9564BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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