Html Css Color HEX #9E7FAB Amethyst Smoke

📋 copy color: '#9E7FAB'

red 158 ◦ green 127 ◦ blue 171

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

Shades of Amethyst Smoke #9E7FAB

Tints of Amethyst Smoke #9E7FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.5%

R = 34.65%
G = 27.85%
B = 37.5%

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

#9E7FAB (or 0x9E7FAB) is known color: Amethyst Smoke. HEX triplet: 9E, 7F and AB. RGB value is (158,127,171). Sum of RGB (Red+Green+Blue) = 158+127+171=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E7FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7FAB is #618054. Grayscale: #8D8D8D. Windows color (decimal): -6389845 or 11239326. OLE color: 11239326.

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

Color convert

RGB 158 127 171 -
CMYK 0.08 0.26 0 0.33
HSL 282.27º 0.21% 0.58% -
HSV(B) 282.27º 0.26% 0.67% -
XYZ 29.04 25.39 41.9 -
YUV 141.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 158 127 171 0.08 0.26 0 0.33 282.27 0.21 0.58
Hex 9E 7F AB 8 1A 0 21 11A 15 3A
Octal 236 177 253 10 32 0 41 432 25 72
Binary 10011110 1111111 10101011 1000 11010 0 100001 100011010 10101 111010

Color Harmonies of #9E7FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7FAB

Black with #9E7FAB

Text Example


Text Example

White with #9E7FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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