Html Css Color HEX #9E6ABD Amethyst

📋 copy color: '#9E6ABD'

red 158 ◦ green 106 ◦ blue 189

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

Shades of Amethyst #9E6ABD

Tints of Amethyst #9E6ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.72%

R = 34.88%
G = 23.4%
B = 41.72%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E6ABD (or 0x9E6ABD) is known color: Amethyst. HEX triplet: 9E, 6A and BD. RGB value is (158,106,189). Sum of RGB (Red+Green+Blue) = 158+106+189=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E6ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6ABD is #619542. Grayscale: #828282. Windows color (decimal): -6395203 or 12413598. OLE color: 12413598.

HSL color Cylindrical-coordinate representation of color #9E6ABD: hue angle of 277.59º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E6ABD is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 106 189 -
CMYK 0.16 0.44 0 0.26
HSL 277.59º 0.39% 0.58% -
HSV(B) 277.59º 0.44% 0.74% -
XYZ 28.44 21.25 50.75 -
YUV 131.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 158 106 189 0.16 0.44 0 0.26 277.59 0.39 0.58
Hex 9E 6A BD 10 2C 0 1A 116 27 3A
Octal 236 152 275 20 54 0 32 426 47 72
Binary 10011110 1101010 10111101 10000 101100 0 11010 100010110 100111 111010

Color Harmonies of #9E6ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6ABD

Black with #9E6ABD

Text Example


Text Example

White with #9E6ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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