Html Css Color HEX #96879C Amethyst Smoke

📋 copy color: '#96879C'

red 150 ◦ green 135 ◦ blue 156

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

Shades of Amethyst Smoke #96879C

Tints of Amethyst Smoke #96879C

RGB

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

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

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

R = 34.01%
G = 30.61%
B = 35.37%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96879C (or 0x96879C) is known color: Amethyst Smoke. HEX triplet: 96, 87 and 9C. RGB value is (150,135,156). Sum of RGB (Red+Green+Blue) = 150+135+156=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 156 - color contains mainly: blue. Hex color #96879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96879C is #697863. Grayscale: #8D8D8D. Windows color (decimal): -6912100 or 10258326. OLE color: 10258326.

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

Color convert

RGB 150 135 156 -
CMYK 0.04 0.13 0 0.39
HSL 282.86º 0.1% 0.57% -
HSV(B) 282.86º 0.13% 0.61% -
XYZ 27.24 26.21 35.08 -
YUV 141.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 150 135 156 0.04 0.13 0 0.39 282.86 0.1 0.57
Hex 96 87 9C 4 D 0 27 11B A 39
Octal 226 207 234 4 15 0 47 433 12 71
Binary 10010110 10000111 10011100 100 1101 0 100111 100011011 1010 111001

Color Harmonies of #96879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96879C

Black with #96879C

Text Example


Text Example

White with #96879C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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