Html Css Color HEX #96879E Amethyst Smoke

📋 copy color: '#96879E'

red 150 ◦ green 135 ◦ blue 158

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

Shades of Amethyst Smoke #96879E

Tints of Amethyst Smoke #96879E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.67%

R = 33.86%
G = 30.47%
B = 35.67%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96879E (or 0x96879E) is known color: Amethyst Smoke. HEX triplet: 96, 87 and 9E. RGB value is (150,135,158). Sum of RGB (Red+Green+Blue) = 150+135+158=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 158 - color contains mainly: blue. Hex color #96879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96879E is #697861. Grayscale: #8E8E8E. Windows color (decimal): -6912098 or 10389398. OLE color: 10389398.

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

Color convert

RGB 150 135 158 -
CMYK 0.05 0.15 0 0.38
HSL 279.13º 0.11% 0.57% -
HSV(B) 279.13º 0.15% 0.62% -
XYZ 27.41 26.28 35.98 -
YUV 142.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 150 135 158 0.05 0.15 0 0.38 279.13 0.11 0.57
Hex 96 87 9E 5 F 0 26 117 B 39
Octal 226 207 236 5 17 0 46 427 13 71
Binary 10010110 10000111 10011110 101 1111 0 100110 100010111 1011 111001

Color Harmonies of #96879E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96879E

Black with #96879E

Text Example


Text Example

White with #96879E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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