Html Css Color HEX #96879D Amethyst Smoke

📋 copy color: '#96879D'

red 150 ◦ green 135 ◦ blue 157

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

Shades of Amethyst Smoke #96879D

Tints of Amethyst Smoke #96879D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.52%

R = 33.94%
G = 30.54%
B = 35.52%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96879D (or 0x96879D) is known color: Amethyst Smoke. HEX triplet: 96, 87 and 9D. RGB value is (150,135,157). Sum of RGB (Red+Green+Blue) = 150+135+157=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 157 - color contains mainly: blue. Hex color #96879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96879D is #697862. Grayscale: #8D8D8D. Windows color (decimal): -6912099 or 10323862. OLE color: 10323862.

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

Color convert

RGB 150 135 157 -
CMYK 0.04 0.14 0 0.38
HSL 280.91º 0.1% 0.57% -
HSV(B) 280.91º 0.14% 0.62% -
XYZ 27.33 26.25 35.52 -
YUV 141.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 150 135 157 0.04 0.14 0 0.38 280.91 0.1 0.57
Hex 96 87 9D 4 E 0 26 119 A 39
Octal 226 207 235 4 16 0 46 431 12 71
Binary 10010110 10000111 10011101 100 1110 0 100110 100011001 1010 111001

Color Harmonies of #96879D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96879D

Black with #96879D

Text Example


Text Example

White with #96879D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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