Html Css Color HEX #9E83AB Amethyst Smoke

📋 copy color: '#9E83AB'

red 158 ◦ green 131 ◦ blue 171

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

Shades of Amethyst Smoke #9E83AB

Tints of Amethyst Smoke #9E83AB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.48%

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

R = 34.35%
G = 28.48%
B = 37.17%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E83AB (or 0x9E83AB) is known color: Amethyst Smoke. HEX triplet: 9E, 83 and AB. RGB value is (158,131,171). Sum of RGB (Red+Green+Blue) = 158+131+171=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E83AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E83AB is #617C54. Grayscale: #8F8F8F. Windows color (decimal): -6388821 or 11240350. OLE color: 11240350.

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

Color convert

RGB 158 131 171 -
CMYK 0.08 0.23 0 0.33
HSL 280.5º 0.19% 0.59% -
HSV(B) 280.5º 0.23% 0.67% -
XYZ 29.57 26.44 42.07 -
YUV 143.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 158 131 171 0.08 0.23 0 0.33 280.5 0.19 0.59
Hex 9E 83 AB 8 17 0 21 118 13 3B
Octal 236 203 253 10 27 0 41 430 23 73
Binary 10011110 10000011 10101011 1000 10111 0 100001 100011000 10011 111011

Color Harmonies of #9E83AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E83AB

Black with #9E83AB

Text Example


Text Example

White with #9E83AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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