Html Css Color HEX #96879A Amethyst Smoke

📋 copy color: '#96879A'

red 150 ◦ green 135 ◦ blue 154

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

Shades of Amethyst Smoke #96879A

Tints of Amethyst Smoke #96879A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.75%

 BLUE value IS 154 (60.55% from 255) = 35.08%

R = 34.17%
G = 30.75%
B = 35.08%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#96879A (or 0x96879A) is known color: Amethyst Smoke. HEX triplet: 96, 87 and 9A. RGB value is (150,135,154). Sum of RGB (Red+Green+Blue) = 150+135+154=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 154 - color contains mainly: blue. Hex color #96879A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96879A is #697865. Grayscale: #8D8D8D. Windows color (decimal): -6912102 or 10127254. OLE color: 10127254.

HSL color Cylindrical-coordinate representation of color #96879A: hue angle of 287.37º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96879A is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 135 154 -
CMYK 0.03 0.12 0 0.40
HSL 287.37º 0.09% 0.57% -
HSV(B) 287.37º 0.12% 0.6% -
XYZ 27.07 26.15 34.19 -
YUV 141.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 150 135 154 0.03 0.12 0 0.40 287.37 0.09 0.57
Hex 96 87 9A 3 C 0 28 11F 9 39
Octal 226 207 232 3 14 0 50 437 11 71
Binary 10010110 10000111 10011010 11 1100 0 101000 100011111 1001 111001

Color Harmonies of #96879A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96879A

Black with #96879A

Text Example


Text Example

White with #96879A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96879A; }

 p { color: rgb(150,135,154); }

 H1.HeaderClassName
 {
   color: #96879A;
 }
 .AnyTagClassName
 {
   color: #96879A;
 }
</style>

background-color css

<style>
 a { background-color: #96879A; }

 a { background-color: rgb(150,135,154); }

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

border-color css

<style>
 span { border-color: #96879A; }

 span { border-color: rgb(150,135,154); }

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