Html Css Color HEX #96839F Amethyst Smoke

📋 copy color: '#96839F'

red 150 ◦ green 131 ◦ blue 159

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

Shades of Amethyst Smoke #96839F

Tints of Amethyst Smoke #96839F

RGB

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

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

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

R = 34.09%
G = 29.77%
B = 36.14%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96839F (or 0x96839F) is known color: Amethyst Smoke. HEX triplet: 96, 83 and 9F. RGB value is (150,131,159). Sum of RGB (Red+Green+Blue) = 150+131+159=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 159 - color contains mainly: blue. Hex color #96839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96839F is #697C60. Grayscale: #8B8B8B. Windows color (decimal): -6913121 or 10453910. OLE color: 10453910.

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

Color convert

RGB 150 131 159 -
CMYK 0.06 0.18 0 0.38
HSL 280.71º 0.13% 0.57% -
HSV(B) 280.71º 0.18% 0.62% -
XYZ 26.95 25.22 36.25 -
YUV 139.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 150 131 159 0.06 0.18 0 0.38 280.71 0.13 0.57
Hex 96 83 9F 6 12 0 26 119 D 39
Octal 226 203 237 6 22 0 46 431 15 71
Binary 10010110 10000011 10011111 110 10010 0 100110 100011001 1101 111001

Color Harmonies of #96839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96839F

Black with #96839F

Text Example


Text Example

White with #96839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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