Html Css Color HEX #968E9B Amethyst Smoke

📋 copy color: '#968E9B'

red 150 ◦ green 142 ◦ blue 155

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

Shades of Amethyst Smoke #968E9B

Tints of Amethyst Smoke #968E9B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.77%

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

R = 33.56%
G = 31.77%
B = 34.68%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#968E9B (or 0x968E9B) is known color: Amethyst Smoke. HEX triplet: 96, 8E and 9B. RGB value is (150,142,155). Sum of RGB (Red+Green+Blue) = 150+142+155=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 155 - color contains mainly: blue. Hex color #968E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968E9B is #697164. Grayscale: #919191. Windows color (decimal): -6910309 or 10194582. OLE color: 10194582.

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

Color convert

RGB 150 142 155 -
CMYK 0.03 0.08 0 0.39
HSL 276.92º 0.06% 0.58% -
HSV(B) 276.92º 0.08% 0.61% -
XYZ 28.17 28.2 34.97 -
YUV 145.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 150 142 155 0.03 0.08 0 0.39 276.92 0.06 0.58
Hex 96 8E 9B 3 8 0 27 115 6 3A
Octal 226 216 233 3 10 0 47 425 6 72
Binary 10010110 10001110 10011011 11 1000 0 100111 100010101 110 111010

Color Harmonies of #968E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968E9B

Black with #968E9B

Text Example


Text Example

White with #968E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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