Html Css Color HEX #8954D0 Amethyst

📋 copy color: '#8954D0'

red 137 ◦ green 84 ◦ blue 208

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

Shades of Amethyst #8954D0

Tints of Amethyst #8954D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.48%

R = 31.93%
G = 19.58%
B = 48.48%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8954D0 (or 0x8954D0) is known color: Amethyst. HEX triplet: 89, 54 and D0. RGB value is (137,84,208). Sum of RGB (Red+Green+Blue) = 137+84+208=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #8954D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8954D0 is #76AB2F. Grayscale: #717171. Windows color (decimal): -7777072 or 13653129. OLE color: 13653129.

HSL color Cylindrical-coordinate representation of color #8954D0: hue angle of 265.65º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8954D0 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 84 208 -
CMYK 0.34 0.60 0 0.18
HSL 265.65º 0.57% 0.57% -
HSV(B) 265.65º 0.6% 0.82% -
XYZ 24.87 16.21 61.49 -
YUV 113.98 181.06 144.42 -
System Red Green Blue C M Y K H S L
Decimal 137 84 208 0.34 0.60 0 0.18 265.65 0.57 0.57
Hex 89 54 D0 22 3C 0 12 10A 39 39
Octal 211 124 320 42 74 0 22 412 71 71
Binary 10001001 1010100 11010000 100010 111100 0 10010 100001010 111001 111001

Color Harmonies of #8954D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8954D0

Black with #8954D0

Text Example


Text Example

White with #8954D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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