Html Css Color HEX #8954C6 Amethyst

📋 copy color: '#8954C6'

red 137 ◦ green 84 ◦ blue 198

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

Shades of Amethyst #8954C6

Tints of Amethyst #8954C6

RGB

 RED value IS 137 (53.91% from 255) = 32.7%

 GREEN value IS 84 (33.2% from 255) = 20.05%

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

R = 32.7%
G = 20.05%
B = 47.26%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8954C6 (or 0x8954C6) is known color: Amethyst. HEX triplet: 89, 54 and C6. RGB value is (137,84,198). Sum of RGB (Red+Green+Blue) = 137+84+198=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #8954C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8954C6 is #76AB39. Grayscale: #707070. Windows color (decimal): -7777082 or 12997769. OLE color: 12997769.

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

Color convert

RGB 137 84 198 -
CMYK 0.31 0.58 0 0.22
HSL 267.89º 0.5% 0.55% -
HSV(B) 267.89º 0.58% 0.78% -
XYZ 23.68 15.74 55.22 -
YUV 112.84 176.06 145.23 -
System Red Green Blue C M Y K H S L
Decimal 137 84 198 0.31 0.58 0 0.22 267.89 0.5 0.55
Hex 89 54 C6 1F 3A 0 16 10C 32 37
Octal 211 124 306 37 72 0 26 414 62 67
Binary 10001001 1010100 11000110 11111 111010 0 10110 100001100 110010 110111

Color Harmonies of #8954C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8954C6

Black with #8954C6

Text Example


Text Example

White with #8954C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,84,198); }

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

background-color css

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

 a { background-color: rgb(137,84,198); }

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

border-color css

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

 span { border-color: rgb(137,84,198); }

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