Html Css Color HEX #9A7E9E Amethyst Smoke

📋 copy color: '#9A7E9E'

red 154 ◦ green 126 ◦ blue 158

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

Shades of Amethyst Smoke #9A7E9E

Tints of Amethyst Smoke #9A7E9E

RGB

 RED value IS 154 (60.55% from 255) = 35.16%

 GREEN value IS 126 (49.61% from 255) = 28.77%

 BLUE value IS 158 (62.11% from 255) = 36.07%

R = 35.16%
G = 28.77%
B = 36.07%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9A7E9E (or 0x9A7E9E) is known color: Amethyst Smoke. HEX triplet: 9A, 7E and 9E. RGB value is (154,126,158). Sum of RGB (Red+Green+Blue) = 154+126+158=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A7E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7E9E is #658161. Grayscale: #898989. Windows color (decimal): -6652258 or 10387098. OLE color: 10387098.

HSL color Cylindrical-coordinate representation of color #9A7E9E: hue angle of 292.5º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A7E9E is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 154 126 158 -
CMYK 0.03 0.20 0 0.38
HSL 292.5º 0.14% 0.56% -
HSV(B) 292.5º 0.2% 0.62% -
XYZ 26.96 24.26 35.61 -
YUV 138.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 154 126 158 0.03 0.20 0 0.38 292.5 0.14 0.56
Hex 9A 7E 9E 3 14 0 26 124 E 38
Octal 232 176 236 3 24 0 46 444 16 70
Binary 10011010 1111110 10011110 11 10100 0 100110 100100100 1110 111000

Color Harmonies of #9A7E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7E9E

Black with #9A7E9E

Text Example


Text Example

White with #9A7E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,126,158); }

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

background-color css

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

 a { background-color: rgb(154,126,158); }

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

border-color css

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

 span { border-color: rgb(154,126,158); }

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