Html Css Color HEX #968E9D Amethyst Smoke

📋 copy color: '#968E9D'

red 150 ◦ green 142 ◦ blue 157

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

Shades of Amethyst Smoke #968E9D

Tints of Amethyst Smoke #968E9D

RGB

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

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

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

R = 33.41%
G = 31.63%
B = 34.97%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#968E9D (or 0x968E9D) is known color: Amethyst Smoke. HEX triplet: 96, 8E and 9D. RGB value is (150,142,157). Sum of RGB (Red+Green+Blue) = 150+142+157=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 157 - color contains mainly: blue. Hex color #968E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968E9D is #697162. Grayscale: #929292. Windows color (decimal): -6910307 or 10325654. OLE color: 10325654.

HSL color Cylindrical-coordinate representation of color #968E9D: hue angle of 272º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #968E9D is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 142 157 -
CMYK 0.04 0.10 0 0.38
HSL 272º 0.07% 0.59% -
HSV(B) 272º 0.1% 0.62% -
XYZ 28.34 28.26 35.86 -
YUV 146.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 150 142 157 0.04 0.10 0 0.38 272 0.07 0.59
Hex 96 8E 9D 4 A 0 26 110 7 3B
Octal 226 216 235 4 12 0 46 420 7 73
Binary 10010110 10001110 10011101 100 1010 0 100110 100010000 111 111011

Color Harmonies of #968E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968E9D

Black with #968E9D

Text Example


Text Example

White with #968E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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