Html Css Color HEX #9E7FAC Amethyst Smoke

📋 copy color: '#9E7FAC'

red 158 ◦ green 127 ◦ blue 172

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

Shades of Amethyst Smoke #9E7FAC

Tints of Amethyst Smoke #9E7FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 27.79%

 BLUE value IS 172 (67.58% from 255) = 37.64%

R = 34.57%
G = 27.79%
B = 37.64%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E7FAC (or 0x9E7FAC) is known color: Amethyst Smoke. HEX triplet: 9E, 7F and AC. RGB value is (158,127,172). Sum of RGB (Red+Green+Blue) = 158+127+172=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7FAC is #618053. Grayscale: #8D8D8D. Windows color (decimal): -6389844 or 11304862. OLE color: 11304862.

HSL color Cylindrical-coordinate representation of color #9E7FAC: hue angle of 281.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E7FAC is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 127 172 -
CMYK 0.08 0.26 0 0.33
HSL 281.33º 0.21% 0.59% -
HSV(B) 281.33º 0.26% 0.67% -
XYZ 29.14 25.43 42.4 -
YUV 141.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 158 127 172 0.08 0.26 0 0.33 281.33 0.21 0.59
Hex 9E 7F AC 8 1A 0 21 119 15 3B
Octal 236 177 254 10 32 0 41 431 25 73
Binary 10011110 1111111 10101100 1000 11010 0 100001 100011001 10101 111011

Color Harmonies of #9E7FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7FAC

Black with #9E7FAC

Text Example


Text Example

White with #9E7FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,127,172); }

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

background-color css

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

 a { background-color: rgb(158,127,172); }

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

border-color css

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

 span { border-color: rgb(158,127,172); }

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