Html Css Color HEX #9E6ABF Amethyst

📋 copy color: '#9E6ABF'

red 158 ◦ green 106 ◦ blue 191

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

Shades of Amethyst #9E6ABF

Tints of Amethyst #9E6ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.3%

 BLUE value IS 191 (75% from 255) = 41.98%

R = 34.73%
G = 23.3%
B = 41.98%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E6ABF (or 0x9E6ABF) is known color: Amethyst. HEX triplet: 9E, 6A and BF. RGB value is (158,106,191). Sum of RGB (Red+Green+Blue) = 158+106+191=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E6ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6ABF is #619540. Grayscale: #828282. Windows color (decimal): -6395201 or 12544670. OLE color: 12544670.

HSL color Cylindrical-coordinate representation of color #9E6ABF: hue angle of 276.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E6ABF is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 106 191 -
CMYK 0.17 0.45 0 0.25
HSL 276.71º 0.4% 0.58% -
HSV(B) 276.71º 0.45% 0.75% -
XYZ 28.66 21.34 51.9 -
YUV 131.24 161.73 147.09 -
System Red Green Blue C M Y K H S L
Decimal 158 106 191 0.17 0.45 0 0.25 276.71 0.4 0.58
Hex 9E 6A BF 11 2D 0 19 115 28 3A
Octal 236 152 277 21 55 0 31 425 50 72
Binary 10011110 1101010 10111111 10001 101101 0 11001 100010101 101000 111010

Color Harmonies of #9E6ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6ABF

Black with #9E6ABF

Text Example


Text Example

White with #9E6ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,106,191); }

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

background-color css

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

 a { background-color: rgb(158,106,191); }

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

border-color css

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

 span { border-color: rgb(158,106,191); }

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