#967E9E

Color #967E9E Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #967E9E

Tints of Amethyst Smoke #967E9E

Color information

#967E9E (or 0x967E9E) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 7E and 9E. RGB value is (150,126,158). Sum of RGB (Red+Green+Blue) = 150+126+158=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 158 - color contains mainly: blue. Hex color #967E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967E9E is #698161. Grayscale: #888888. Windows color (decimal): -6914402 or 10387094. OLE color: 10387094.

HSL color Cylindrical-coordinate representation of color #967E9E: hue angle of 285º 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 #967E9E is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB150126158-
CMYK0.050.2000.38
HSL285º14.16%55.69%-
HSV(B)285º20.25%61.96%-
XYZ26.2123.8735.57-
YUV136.82139.95137.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 126 (49.61% from 255) = 29.03%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=34.56%
G=29.03%
B=36.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501261580.050.2000.3828514.1655.69
Hex967E9E51402611de38
Octal2261762365240464351670
Binary100101101111110100111101011010001001101000111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #967E9E;
 }
 .AnyTagClassName
 {
   color: #967E9E;
 }
</style>
background-color css

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

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

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

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

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

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