Html Css Color HEX #967E9B Amethyst Smoke

📋 copy color: '#967E9B'

red 150 ◦ green 126 ◦ blue 155

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

Shades of Amethyst Smoke #967E9B

Tints of Amethyst Smoke #967E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.96%

R = 34.8%
G = 29.23%
B = 35.96%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#967E9B (or 0x967E9B) is known color: Amethyst Smoke. HEX triplet: 96, 7E and 9B. RGB value is (150,126,155). Sum of RGB (Red+Green+Blue) = 150+126+155=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 155 - color contains mainly: blue. Hex color #967E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967E9B is #698164. Grayscale: #888888. Windows color (decimal): -6914405 or 10190486. OLE color: 10190486.

HSL color Cylindrical-coordinate representation of color #967E9B: hue angle of 289.66º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967E9B is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 126 155 -
CMYK 0.03 0.19 0 0.39
HSL 289.66º 0.13% 0.55% -
HSV(B) 289.66º 0.19% 0.61% -
XYZ 25.95 23.77 34.23 -
YUV 136.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 150 126 155 0.03 0.19 0 0.39 289.66 0.13 0.55
Hex 96 7E 9B 3 13 0 27 122 D 37
Octal 226 176 233 3 23 0 47 442 15 67
Binary 10010110 1111110 10011011 11 10011 0 100111 100100010 1101 110111

Color Harmonies of #967E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967E9B

Black with #967E9B

Text Example


Text Example

White with #967E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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