Html Css Color HEX #8954DB Amethyst

📋 copy color: '#8954DB'

red 137 ◦ green 84 ◦ blue 219

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

Shades of Amethyst #8954DB

Tints of Amethyst #8954DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 31.14%
G = 19.09%
B = 49.77%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8954DB (or 0x8954DB) is known color: Amethyst. HEX triplet: 89, 54 and DB. RGB value is (137,84,219). Sum of RGB (Red+Green+Blue) = 137+84+219=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #8954DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8954DB is #76AB24. Grayscale: #727272. Windows color (decimal): -7777061 or 14374025. OLE color: 14374025.

HSL color Cylindrical-coordinate representation of color #8954DB: hue angle of 263.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8954DB is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 84 219 -
CMYK 0.37 0.62 0 0.14
HSL 263.56º 0.65% 0.59% -
HSV(B) 263.56º 0.62% 0.86% -
XYZ 26.27 16.77 68.87 -
YUV 115.24 186.56 143.52 -
System Red Green Blue C M Y K H S L
Decimal 137 84 219 0.37 0.62 0 0.14 263.56 0.65 0.59
Hex 89 54 DB 25 3E 0 E 108 41 3B
Octal 211 124 333 45 76 0 16 410 101 73
Binary 10001001 1010100 11011011 100101 111110 0 1110 100001000 1000001 111011

Color Harmonies of #8954DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8954DB

Black with #8954DB

Text Example


Text Example

White with #8954DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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