Html Css Color HEX #96869D Amethyst Smoke

📋 copy color: '#96869D'

red 150 ◦ green 134 ◦ blue 157

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

Shades of Amethyst Smoke #96869D

Tints of Amethyst Smoke #96869D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.39%

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

R = 34.01%
G = 30.39%
B = 35.6%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96869D (or 0x96869D) is known color: Amethyst Smoke. HEX triplet: 96, 86 and 9D. RGB value is (150,134,157). Sum of RGB (Red+Green+Blue) = 150+134+157=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 157 - color contains mainly: blue. Hex color #96869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96869D is #697962. Grayscale: #8D8D8D. Windows color (decimal): -6912355 or 10323606. OLE color: 10323606.

HSL color Cylindrical-coordinate representation of color #96869D: hue angle of 281.74º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96869D is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 134 157 -
CMYK 0.04 0.15 0 0.38
HSL 281.74º 0.11% 0.57% -
HSV(B) 281.74º 0.15% 0.62% -
XYZ 27.19 25.97 35.48 -
YUV 141.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 150 134 157 0.04 0.15 0 0.38 281.74 0.11 0.57
Hex 96 86 9D 4 F 0 26 11A B 39
Octal 226 206 235 4 17 0 46 432 13 71
Binary 10010110 10000110 10011101 100 1111 0 100110 100011010 1011 111001

Color Harmonies of #96869D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96869D

Black with #96869D

Text Example


Text Example

White with #96869D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96869D; }

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

 H1.HeaderClassName
 {
   color: #96869D;
 }
 .AnyTagClassName
 {
   color: #96869D;
 }
</style>

background-color css

<style>
 a { background-color: #96869D; }

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

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

border-color css

<style>
 span { border-color: #96869D; }

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

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