Html Css Color HEX #9E6AD1 Amethyst

📋 copy color: '#9E6AD1'

red 158 ◦ green 106 ◦ blue 209

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

Shades of Amethyst #9E6AD1

Tints of Amethyst #9E6AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.19%

R = 33.4%
G = 22.41%
B = 44.19%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9E6AD1 (or 0x9E6AD1) is known color: Amethyst. HEX triplet: 9E, 6A and D1. RGB value is (158,106,209). Sum of RGB (Red+Green+Blue) = 158+106+209=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #9E6AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6AD1 is #61952E. Grayscale: #848484. Windows color (decimal): -6395183 or 13724318. OLE color: 13724318.

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

Color convert

RGB 158 106 209 -
CMYK 0.24 0.49 0 0.18
HSL 270.29º 0.53% 0.62% -
HSV(B) 270.29º 0.49% 0.82% -
XYZ 30.76 22.18 62.98 -
YUV 133.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 158 106 209 0.24 0.49 0 0.18 270.29 0.53 0.62
Hex 9E 6A D1 18 31 0 12 10E 35 3E
Octal 236 152 321 30 61 0 22 416 65 76
Binary 10011110 1101010 11010001 11000 110001 0 10010 100001110 110101 111110

Color Harmonies of #9E6AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6AD1

Black with #9E6AD1

Text Example


Text Example

White with #9E6AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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