Html Css Color HEX #96829C Amethyst Smoke

📋 copy color: '#96829C'

red 150 ◦ green 130 ◦ blue 156

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

Shades of Amethyst Smoke #96829C

Tints of Amethyst Smoke #96829C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.82%

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

R = 34.4%
G = 29.82%
B = 35.78%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96829C (or 0x96829C) is known color: Amethyst Smoke. HEX triplet: 96, 82 and 9C. RGB value is (150,130,156). Sum of RGB (Red+Green+Blue) = 150+130+156=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 156 - color contains mainly: blue. Hex color #96829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96829C is #697D63. Grayscale: #8A8A8A. Windows color (decimal): -6913380 or 10257046. OLE color: 10257046.

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

Color convert

RGB 150 130 156 -
CMYK 0.04 0.17 0 0.39
HSL 286.15º 0.12% 0.56% -
HSV(B) 286.15º 0.17% 0.61% -
XYZ 26.56 24.85 34.85 -
YUV 138.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 150 130 156 0.04 0.17 0 0.39 286.15 0.12 0.56
Hex 96 82 9C 4 11 0 27 11E C 38
Octal 226 202 234 4 21 0 47 436 14 70
Binary 10010110 10000010 10011100 100 10001 0 100111 100011110 1100 111000

Color Harmonies of #96829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96829C

Black with #96829C

Text Example


Text Example

White with #96829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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