Html Css Color HEX #9E57D0 Amethyst

📋 copy color: '#9E57D0'

red 158 ◦ green 87 ◦ blue 208

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

Shades of Amethyst #9E57D0

Tints of Amethyst #9E57D0

RGB

 RED value IS 158 (62.11% from 255) = 34.88%

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

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

R = 34.88%
G = 19.21%
B = 45.92%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9E57D0 (or 0x9E57D0) is known color: Amethyst. HEX triplet: 9E, 57 and D0. RGB value is (158,87,208). Sum of RGB (Red+Green+Blue) = 158+87+208=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #9E57D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E57D0 is #61A82F. Grayscale: #797979. Windows color (decimal): -6400048 or 13653918. OLE color: 13653918.

HSL color Cylindrical-coordinate representation of color #9E57D0: hue angle of 275.21º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E57D0 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 87 208 -
CMYK 0.24 0.58 0 0.18
HSL 275.21º 0.56% 0.58% -
HSV(B) 275.21º 0.58% 0.82% -
XYZ 28.89 18.64 61.75 -
YUV 122.02 176.52 153.66 -
System Red Green Blue C M Y K H S L
Decimal 158 87 208 0.24 0.58 0 0.18 275.21 0.56 0.58
Hex 9E 57 D0 18 3A 0 12 113 38 3A
Octal 236 127 320 30 72 0 22 423 70 72
Binary 10011110 1010111 11010000 11000 111010 0 10010 100010011 111000 111010

Color Harmonies of #9E57D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E57D0

Black with #9E57D0

Text Example


Text Example

White with #9E57D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E57D0; }

 p { color: rgb(158,87,208); }

 H1.HeaderClassName
 {
   color: #9E57D0;
 }
 .AnyTagClassName
 {
   color: #9E57D0;
 }
</style>

background-color css

<style>
 a { background-color: #9E57D0; }

 a { background-color: rgb(158,87,208); }

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

border-color css

<style>
 span { border-color: #9E57D0; }

 span { border-color: rgb(158,87,208); }

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