Html Css Color HEX #96849F Amethyst Smoke

📋 copy color: '#96849F'

red 150 ◦ green 132 ◦ blue 159

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

Shades of Amethyst Smoke #96849F

Tints of Amethyst Smoke #96849F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.05%

R = 34.01%
G = 29.93%
B = 36.05%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96849F (or 0x96849F) is known color: Amethyst Smoke. HEX triplet: 96, 84 and 9F. RGB value is (150,132,159). Sum of RGB (Red+Green+Blue) = 150+132+159=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 159 - color contains mainly: blue. Hex color #96849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96849F is #697B60. Grayscale: #8C8C8C. Windows color (decimal): -6912865 or 10454166. OLE color: 10454166.

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

Color convert

RGB 150 132 159 -
CMYK 0.06 0.17 0 0.38
HSL 280º 0.12% 0.57% -
HSV(B) 280º 0.17% 0.62% -
XYZ 27.09 25.49 36.29 -
YUV 140.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 150 132 159 0.06 0.17 0 0.38 280 0.12 0.57
Hex 96 84 9F 6 11 0 26 118 C 39
Octal 226 204 237 6 21 0 46 430 14 71
Binary 10010110 10000100 10011111 110 10001 0 100110 100011000 1100 111001

Color Harmonies of #96849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96849F

Black with #96849F

Text Example


Text Example

White with #96849F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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