Html Css Color HEX #9E6ACE Amethyst

📋 copy color: '#9E6ACE'

red 158 ◦ green 106 ◦ blue 206

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

Shades of Amethyst #9E6ACE

Tints of Amethyst #9E6ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 33.62%
G = 22.55%
B = 43.83%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E6ACE (or 0x9E6ACE) is known color: Amethyst. HEX triplet: 9E, 6A and CE. RGB value is (158,106,206). Sum of RGB (Red+Green+Blue) = 158+106+206=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E6ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6ACE is #619531. Grayscale: #848484. Windows color (decimal): -6395186 or 13527710. OLE color: 13527710.

HSL color Cylindrical-coordinate representation of color #9E6ACE: hue angle of 271.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E6ACE is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 106 206 -
CMYK 0.23 0.49 0 0.19
HSL 271.2º 0.51% 0.61% -
HSV(B) 271.2º 0.49% 0.81% -
XYZ 30.4 22.03 61.04 -
YUV 132.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 158 106 206 0.23 0.49 0 0.19 271.2 0.51 0.61
Hex 9E 6A CE 17 31 0 13 10F 33 3D
Octal 236 152 316 27 61 0 23 417 63 75
Binary 10011110 1101010 11001110 10111 110001 0 10011 100001111 110011 111101

Color Harmonies of #9E6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6ACE

Black with #9E6ACE

Text Example


Text Example

White with #9E6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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