Html Css Color HEX #8957CC Amethyst

📋 copy color: '#8957CC'

red 137 ◦ green 87 ◦ blue 204

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

Shades of Amethyst #8957CC

Tints of Amethyst #8957CC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.33%

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

R = 32.01%
G = 20.33%
B = 47.66%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8957CC (or 0x8957CC) is known color: Amethyst. HEX triplet: 89, 57 and CC. RGB value is (137,87,204). Sum of RGB (Red+Green+Blue) = 137+87+204=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #8957CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8957CC is #76A833. Grayscale: #727272. Windows color (decimal): -7776308 or 13391753. OLE color: 13391753.

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

Color convert

RGB 137 87 204 -
CMYK 0.33 0.57 0 0.2
HSL 265.64º 0.53% 0.57% -
HSV(B) 265.64º 0.57% 0.8% -
XYZ 24.62 16.49 59.01 -
YUV 115.29 178.07 143.49 -
System Red Green Blue C M Y K H S L
Decimal 137 87 204 0.33 0.57 0 0.2 265.64 0.53 0.57
Hex 89 57 CC 21 39 0 14 10A 35 39
Octal 211 127 314 41 71 0 24 412 65 71
Binary 10001001 1010111 11001100 100001 111001 0 10100 100001010 110101 111001

Color Harmonies of #8957CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8957CC

Black with #8957CC

Text Example


Text Example

White with #8957CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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