Html Css Color HEX #9C7E9D Amethyst Smoke

📋 copy color: '#9C7E9D'

red 156 ◦ green 126 ◦ blue 157

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

Shades of Amethyst Smoke #9C7E9D

Tints of Amethyst Smoke #9C7E9D

RGB

 RED value IS 156 (61.33% from 255) = 35.54%

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

 BLUE value IS 157 (61.72% from 255) = 35.76%

R = 35.54%
G = 28.7%
B = 35.76%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C7E9D (or 0x9C7E9D) is known color: Amethyst Smoke. HEX triplet: 9C, 7E and 9D. RGB value is (156,126,157). Sum of RGB (Red+Green+Blue) = 156+126+157=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C7E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7E9D is #638162. Grayscale: #8A8A8A. Windows color (decimal): -6521187 or 10321564. OLE color: 10321564.

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

Color convert

RGB 156 126 157 -
CMYK 0.01 0.20 0 0.38
HSL 298.06º 0.14% 0.55% -
HSV(B) 298.06º 0.2% 0.62% -
XYZ 27.26 24.42 35.18 -
YUV 138.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 156 126 157 0.01 0.20 0 0.38 298.06 0.14 0.55
Hex 9C 7E 9D 1 14 0 26 12A E 37
Octal 234 176 235 1 24 0 46 452 16 67
Binary 10011100 1111110 10011101 1 10100 0 100110 100101010 1110 110111

Color Harmonies of #9C7E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7E9D

Black with #9C7E9D

Text Example


Text Example

White with #9C7E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,126,157); }

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

background-color css

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

 a { background-color: rgb(156,126,157); }

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

border-color css

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

 span { border-color: rgb(156,126,157); }

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