Html Css Color HEX #96849E Amethyst Smoke

📋 copy color: '#96849E'

red 150 ◦ green 132 ◦ blue 158

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

Shades of Amethyst Smoke #96849E

Tints of Amethyst Smoke #96849E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30%

 BLUE value IS 158 (62.11% from 255) = 35.91%

R = 34.09%
G = 30%
B = 35.91%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96849E (or 0x96849E) is known color: Amethyst Smoke. HEX triplet: 96, 84 and 9E. RGB value is (150,132,158). Sum of RGB (Red+Green+Blue) = 150+132+158=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 158 - color contains mainly: blue. Hex color #96849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96849E is #697B61. Grayscale: #8C8C8C. Windows color (decimal): -6912866 or 10388630. OLE color: 10388630.

HSL color Cylindrical-coordinate representation of color #96849E: hue angle of 281.54º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96849E is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 132 158 -
CMYK 0.05 0.16 0 0.38
HSL 281.54º 0.12% 0.57% -
HSV(B) 281.54º 0.16% 0.62% -
XYZ 27 25.46 35.84 -
YUV 140.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 150 132 158 0.05 0.16 0 0.38 281.54 0.12 0.57
Hex 96 84 9E 5 10 0 26 11A C 39
Octal 226 204 236 5 20 0 46 432 14 71
Binary 10010110 10000100 10011110 101 10000 0 100110 100011010 1100 111001

Color Harmonies of #96849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96849E

Black with #96849E

Text Example


Text Example

White with #96849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96849E; }

 p { color: rgb(150,132,158); }

 H1.HeaderClassName
 {
   color: #96849E;
 }
 .AnyTagClassName
 {
   color: #96849E;
 }
</style>

background-color css

<style>
 a { background-color: #96849E; }

 a { background-color: rgb(150,132,158); }

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

border-color css

<style>
 span { border-color: #96849E; }

 span { border-color: rgb(150,132,158); }

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