Html Css Color HEX #8954DA Amethyst

📋 copy color: '#8954DA'

red 137 ◦ green 84 ◦ blue 218

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

Shades of Amethyst #8954DA

Tints of Amethyst #8954DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 31.21%
G = 19.13%
B = 49.66%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8954DA (or 0x8954DA) is known color: Amethyst. HEX triplet: 89, 54 and DA. RGB value is (137,84,218). Sum of RGB (Red+Green+Blue) = 137+84+218=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #8954DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8954DA is #76AB25. Grayscale: #727272. Windows color (decimal): -7777062 or 14308489. OLE color: 14308489.

HSL color Cylindrical-coordinate representation of color #8954DA: hue angle of 263.73º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8954DA is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 84 218 -
CMYK 0.37 0.61 0 0.15
HSL 263.73º 0.64% 0.59% -
HSV(B) 263.73º 0.61% 0.85% -
XYZ 26.14 16.72 68.18 -
YUV 115.12 186.06 143.6 -
System Red Green Blue C M Y K H S L
Decimal 137 84 218 0.37 0.61 0 0.15 263.73 0.64 0.59
Hex 89 54 DA 25 3D 0 F 108 40 3B
Octal 211 124 332 45 75 0 17 410 100 73
Binary 10001001 1010100 11011010 100101 111101 0 1111 100001000 1000000 111011

Color Harmonies of #8954DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8954DA

Black with #8954DA

Text Example


Text Example

White with #8954DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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