Html Css Color HEX #8957CF Amethyst

📋 copy color: '#8957CF'

red 137 ◦ green 87 ◦ blue 207

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

Shades of Amethyst #8957CF

Tints of Amethyst #8957CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 31.79%
G = 20.19%
B = 48.03%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8957CF (or 0x8957CF) is known color: Amethyst. HEX triplet: 89, 57 and CF. RGB value is (137,87,207). Sum of RGB (Red+Green+Blue) = 137+87+207=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #8957CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8957CF is #76A830. Grayscale: #737373. Windows color (decimal): -7776305 or 13588361. OLE color: 13588361.

HSL color Cylindrical-coordinate representation of color #8957CF: hue angle of 265º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8957CF is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 87 207 -
CMYK 0.34 0.58 0 0.19
HSL 265º 0.56% 0.58% -
HSV(B) 265º 0.58% 0.81% -
XYZ 24.99 16.64 60.93 -
YUV 115.63 179.57 143.24 -
System Red Green Blue C M Y K H S L
Decimal 137 87 207 0.34 0.58 0 0.19 265 0.56 0.58
Hex 89 57 CF 22 3A 0 13 109 38 3A
Octal 211 127 317 42 72 0 23 411 70 72
Binary 10001001 1010111 11001111 100010 111010 0 10011 100001001 111000 111010

Color Harmonies of #8957CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8957CF

Black with #8957CF

Text Example


Text Example

White with #8957CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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