Html Css Color HEX #8956CC Amethyst

📋 copy color: '#8956CC'

red 137 ◦ green 86 ◦ blue 204

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

Shades of Amethyst #8956CC

Tints of Amethyst #8956CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 32.08%
G = 20.14%
B = 47.78%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8956CC (or 0x8956CC) is known color: Amethyst. HEX triplet: 89, 56 and CC. RGB value is (137,86,204). Sum of RGB (Red+Green+Blue) = 137+86+204=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #8956CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8956CC is #76A933. Grayscale: #727272. Windows color (decimal): -7776564 or 13391497. OLE color: 13391497.

HSL color Cylindrical-coordinate representation of color #8956CC: hue angle of 265.93º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8956CC is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 86 204 -
CMYK 0.33 0.58 0 0.2
HSL 265.93º 0.54% 0.57% -
HSV(B) 265.93º 0.58% 0.8% -
XYZ 24.54 16.33 58.99 -
YUV 114.7 178.4 143.91 -
System Red Green Blue C M Y K H S L
Decimal 137 86 204 0.33 0.58 0 0.2 265.93 0.54 0.57
Hex 89 56 CC 21 3A 0 14 10A 36 39
Octal 211 126 314 41 72 0 24 412 66 71
Binary 10001001 1010110 11001100 100001 111010 0 10100 100001010 110110 111001

Color Harmonies of #8956CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8956CC

Black with #8956CC

Text Example


Text Example

White with #8956CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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