Html Css Color HEX #96839C Amethyst Smoke

📋 copy color: '#96839C'

red 150 ◦ green 131 ◦ blue 156

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

Shades of Amethyst Smoke #96839C

Tints of Amethyst Smoke #96839C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.98%

 BLUE value IS 156 (61.33% from 255) = 35.7%

R = 34.32%
G = 29.98%
B = 35.7%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96839C (or 0x96839C) is known color: Amethyst Smoke. HEX triplet: 96, 83 and 9C. RGB value is (150,131,156). Sum of RGB (Red+Green+Blue) = 150+131+156=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 156 - color contains mainly: blue. Hex color #96839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96839C is #697C63. Grayscale: #8B8B8B. Windows color (decimal): -6913124 or 10257302. OLE color: 10257302.

HSL color Cylindrical-coordinate representation of color #96839C: hue angle of 285.6º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96839C is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 131 156 -
CMYK 0.04 0.16 0 0.39
HSL 285.6º 0.11% 0.56% -
HSV(B) 285.6º 0.16% 0.61% -
XYZ 26.69 25.12 34.89 -
YUV 139.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 150 131 156 0.04 0.16 0 0.39 285.6 0.11 0.56
Hex 96 83 9C 4 10 0 27 11E B 38
Octal 226 203 234 4 20 0 47 436 13 70
Binary 10010110 10000011 10011100 100 10000 0 100111 100011110 1011 111000

Color Harmonies of #96839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96839C

Black with #96839C

Text Example


Text Example

White with #96839C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96839C; }

 p { color: rgb(150,131,156); }

 H1.HeaderClassName
 {
   color: #96839C;
 }
 .AnyTagClassName
 {
   color: #96839C;
 }
</style>

background-color css

<style>
 a { background-color: #96839C; }

 a { background-color: rgb(150,131,156); }

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

border-color css

<style>
 span { border-color: #96839C; }

 span { border-color: rgb(150,131,156); }

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