Html Css Color HEX #967C9D Amethyst Smoke

📋 copy color: '#967C9D'

red 150 ◦ green 124 ◦ blue 157

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

Shades of Amethyst Smoke #967C9D

Tints of Amethyst Smoke #967C9D

RGB

 RED value IS 150 (58.98% from 255) = 34.8%

 GREEN value IS 124 (48.83% from 255) = 28.77%

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

R = 34.8%
G = 28.77%
B = 36.43%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#967C9D (or 0x967C9D) is known color: Amethyst Smoke. HEX triplet: 96, 7C and 9D. RGB value is (150,124,157). Sum of RGB (Red+Green+Blue) = 150+124+157=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: blue. Hex color #967C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967C9D is #698362. Grayscale: #878787. Windows color (decimal): -6914915 or 10321046. OLE color: 10321046.

HSL color Cylindrical-coordinate representation of color #967C9D: hue angle of 287.27º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #967C9D is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 124 157 -
CMYK 0.04 0.21 0 0.38
HSL 287.27º 0.14% 0.55% -
HSV(B) 287.27º 0.21% 0.62% -
XYZ 25.87 23.33 35.04 -
YUV 135.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 150 124 157 0.04 0.21 0 0.38 287.27 0.14 0.55
Hex 96 7C 9D 4 15 0 26 11F E 37
Octal 226 174 235 4 25 0 46 437 16 67
Binary 10010110 1111100 10011101 100 10101 0 100110 100011111 1110 110111

Color Harmonies of #967C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C9D

Black with #967C9D

Text Example


Text Example

White with #967C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967C9D; }

 p { color: rgb(150,124,157); }

 H1.HeaderClassName
 {
   color: #967C9D;
 }
 .AnyTagClassName
 {
   color: #967C9D;
 }
</style>

background-color css

<style>
 a { background-color: #967C9D; }

 a { background-color: rgb(150,124,157); }

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

border-color css

<style>
 span { border-color: #967C9D; }

 span { border-color: rgb(150,124,157); }

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