Html Css Color HEX #9E5AD7 Amethyst

📋 copy color: '#9E5AD7'

red 158 ◦ green 90 ◦ blue 215

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

Shades of Amethyst #9E5AD7

Tints of Amethyst #9E5AD7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.44%

 BLUE value IS 215 (84.38% from 255) = 46.44%

R = 34.13%
G = 19.44%
B = 46.44%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9E5AD7 (or 0x9E5AD7) is known color: Amethyst. HEX triplet: 9E, 5A and D7. RGB value is (158,90,215). Sum of RGB (Red+Green+Blue) = 158+90+215=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #9E5AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5AD7 is #61A528. Grayscale: #7C7C7C. Windows color (decimal): -6399273 or 14113438. OLE color: 14113438.

HSL color Cylindrical-coordinate representation of color #9E5AD7: hue angle of 272.64º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E5AD7 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 90 215 -
CMYK 0.27 0.58 0 0.16
HSL 272.64º 0.61% 0.6% -
HSV(B) 272.64º 0.58% 0.84% -
XYZ 30.02 19.49 66.47 -
YUV 124.58 179.03 151.84 -
System Red Green Blue C M Y K H S L
Decimal 158 90 215 0.27 0.58 0 0.16 272.64 0.61 0.6
Hex 9E 5A D7 1B 3A 0 10 111 3D 3C
Octal 236 132 327 33 72 0 20 421 75 74
Binary 10011110 1011010 11010111 11011 111010 0 10000 100010001 111101 111100

Color Harmonies of #9E5AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5AD7

Black with #9E5AD7

Text Example


Text Example

White with #9E5AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,90,215); }

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

background-color css

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

 a { background-color: rgb(158,90,215); }

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

border-color css

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

 span { border-color: rgb(158,90,215); }

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