Html Css Color HEX #8956D3 Amethyst

📋 copy color: '#8956D3'

red 137 ◦ green 86 ◦ blue 211

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

Shades of Amethyst #8956D3

Tints of Amethyst #8956D3

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.82%

 BLUE value IS 211 (82.81% from 255) = 48.62%

R = 31.57%
G = 19.82%
B = 48.62%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8956D3 (or 0x8956D3) is known color: Amethyst. HEX triplet: 89, 56 and D3. RGB value is (137,86,211). Sum of RGB (Red+Green+Blue) = 137+86+211=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 211 (82.81% from 255 or 48.62% from 434); Max value from RGB is 211 - color contains mainly: blue. Hex color #8956D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8956D3 is #76A92C. Grayscale: #737373. Windows color (decimal): -7776557 or 13850249. OLE color: 13850249.

HSL color Cylindrical-coordinate representation of color #8956D3: hue angle of 264.48º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8956D3 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 137 86 211 -
CMYK 0.35 0.59 0 0.17
HSL 264.48º 0.59% 0.58% -
HSV(B) 264.48º 0.59% 0.83% -
XYZ 25.4 16.68 63.51 -
YUV 115.5 181.9 143.34 -
System Red Green Blue C M Y K H S L
Decimal 137 86 211 0.35 0.59 0 0.17 264.48 0.59 0.58
Hex 89 56 D3 23 3B 0 11 108 3B 3A
Octal 211 126 323 43 73 0 21 410 73 72
Binary 10001001 1010110 11010011 100011 111011 0 10001 100001000 111011 111010

Color Harmonies of #8956D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8956D3

Black with #8956D3

Text Example


Text Example

White with #8956D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8956D3; }

 p { color: rgb(137,86,211); }

 H1.HeaderClassName
 {
   color: #8956D3;
 }
 .AnyTagClassName
 {
   color: #8956D3;
 }
</style>

background-color css

<style>
 a { background-color: #8956D3; }

 a { background-color: rgb(137,86,211); }

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

border-color css

<style>
 span { border-color: #8956D3; }

 span { border-color: rgb(137,86,211); }

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