Html Css Color HEX #96889B Amethyst Smoke

📋 copy color: '#96889B'

red 150 ◦ green 136 ◦ blue 155

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

Shades of Amethyst Smoke #96889B

Tints of Amethyst Smoke #96889B

RGB

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

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

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

R = 34.01%
G = 30.84%
B = 35.15%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96889B (or 0x96889B) is known color: Amethyst Smoke. HEX triplet: 96, 88 and 9B. RGB value is (150,136,155). Sum of RGB (Red+Green+Blue) = 150+136+155=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 155 - color contains mainly: blue. Hex color #96889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96889B is #697764. Grayscale: #8E8E8E. Windows color (decimal): -6911845 or 10193046. OLE color: 10193046.

HSL color Cylindrical-coordinate representation of color #96889B: hue angle of 284.21º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96889B is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 136 155 -
CMYK 0.03 0.12 0 0.39
HSL 284.21º 0.09% 0.57% -
HSV(B) 284.21º 0.12% 0.61% -
XYZ 27.3 26.46 34.68 -
YUV 142.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 150 136 155 0.03 0.12 0 0.39 284.21 0.09 0.57
Hex 96 88 9B 3 C 0 27 11C 9 39
Octal 226 210 233 3 14 0 47 434 11 71
Binary 10010110 10001000 10011011 11 1100 0 100111 100011100 1001 111001

Color Harmonies of #96889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96889B

Black with #96889B

Text Example


Text Example

White with #96889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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