Html Css Color HEX #96889D Amethyst Smoke

📋 copy color: '#96889D'

red 150 ◦ green 136 ◦ blue 157

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

Shades of Amethyst Smoke #96889D

Tints of Amethyst Smoke #96889D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.7%

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

R = 33.86%
G = 30.7%
B = 35.44%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96889D (or 0x96889D) is known color: Amethyst Smoke. HEX triplet: 96, 88 and 9D. RGB value is (150,136,157). Sum of RGB (Red+Green+Blue) = 150+136+157=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 157 - color contains mainly: blue. Hex color #96889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96889D is #697762. Grayscale: #8E8E8E. Windows color (decimal): -6911843 or 10324118. OLE color: 10324118.

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

Color convert

RGB 150 136 157 -
CMYK 0.04 0.13 0 0.38
HSL 280º 0.1% 0.57% -
HSV(B) 280º 0.13% 0.62% -
XYZ 27.47 26.53 35.57 -
YUV 142.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 150 136 157 0.04 0.13 0 0.38 280 0.1 0.57
Hex 96 88 9D 4 D 0 26 118 A 39
Octal 226 210 235 4 15 0 46 430 12 71
Binary 10010110 10001000 10011101 100 1101 0 100110 100011000 1010 111001

Color Harmonies of #96889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96889D

Black with #96889D

Text Example


Text Example

White with #96889D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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