Html Css Color HEX #8954CE Amethyst

📋 copy color: '#8954CE'

red 137 ◦ green 84 ◦ blue 206

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

Shades of Amethyst #8954CE

Tints of Amethyst #8954CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 32.08%
G = 19.67%
B = 48.24%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8954CE (or 0x8954CE) is known color: Amethyst. HEX triplet: 89, 54 and CE. RGB value is (137,84,206). Sum of RGB (Red+Green+Blue) = 137+84+206=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #8954CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8954CE is #76AB31. Grayscale: #717171. Windows color (decimal): -7777074 or 13522057. OLE color: 13522057.

HSL color Cylindrical-coordinate representation of color #8954CE: hue angle of 266.07º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8954CE is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 84 206 -
CMYK 0.33 0.59 0 0.19
HSL 266.07º 0.55% 0.57% -
HSV(B) 266.07º 0.59% 0.81% -
XYZ 24.63 16.12 60.21 -
YUV 113.76 180.06 144.58 -
System Red Green Blue C M Y K H S L
Decimal 137 84 206 0.33 0.59 0 0.19 266.07 0.55 0.57
Hex 89 54 CE 21 3B 0 13 10A 37 39
Octal 211 124 316 41 73 0 23 412 67 71
Binary 10001001 1010100 11001110 100001 111011 0 10011 100001010 110111 111001

Color Harmonies of #8954CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8954CE

Black with #8954CE

Text Example


Text Example

White with #8954CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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