Html Css Color HEX #967E96 Amethyst Smoke

📋 copy color: '#967E96'

red 150 ◦ green 126 ◦ blue 150

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

Shades of Amethyst Smoke #967E96

Tints of Amethyst Smoke #967E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.21%

R = 35.21%
G = 29.58%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#967E96 (or 0x967E96) is known color: Amethyst Smoke. HEX triplet: 96, 7E and 96. RGB value is (150,126,150). Sum of RGB (Red+Green+Blue) = 150+126+150=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #967E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967E96 is #698169. Grayscale: #878787. Windows color (decimal): -6914410 or 9862806. OLE color: 9862806.

HSL color Cylindrical-coordinate representation of color #967E96: hue angle of 300º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #967E96 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 126 150 -
CMYK 0 0.16 0 0.41
HSL 300º 0.1% 0.54% -
HSV(B) 300º 0.16% 0.59% -
XYZ 25.54 23.61 32.06 -
YUV 135.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 150 126 150 0 0.16 0 0.41 300 0.1 0.54
Hex 96 7E 96 0 10 0 29 12C A 36
Octal 226 176 226 0 20 0 51 454 12 66
Binary 10010110 1111110 10010110 0 10000 0 101001 100101100 1010 110110

Color Harmonies of #967E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967E96

Black with #967E96

Text Example


Text Example

White with #967E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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