Html Css Color HEX #96859C Amethyst Smoke

📋 copy color: '#96859C'

red 150 ◦ green 133 ◦ blue 156

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

Shades of Amethyst Smoke #96859C

Tints of Amethyst Smoke #96859C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.3%

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

R = 34.17%
G = 30.3%
B = 35.54%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96859C (or 0x96859C) is known color: Amethyst Smoke. HEX triplet: 96, 85 and 9C. RGB value is (150,133,156). Sum of RGB (Red+Green+Blue) = 150+133+156=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 156 - color contains mainly: blue. Hex color #96859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96859C is #697A63. Grayscale: #8C8C8C. Windows color (decimal): -6912612 or 10257814. OLE color: 10257814.

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

Color convert

RGB 150 133 156 -
CMYK 0.04 0.15 0 0.39
HSL 284.35º 0.1% 0.57% -
HSV(B) 284.35º 0.15% 0.61% -
XYZ 26.97 25.66 34.98 -
YUV 140.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 150 133 156 0.04 0.15 0 0.39 284.35 0.1 0.57
Hex 96 85 9C 4 F 0 27 11C A 39
Octal 226 205 234 4 17 0 47 434 12 71
Binary 10010110 10000101 10011100 100 1111 0 100111 100011100 1010 111001

Color Harmonies of #96859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96859C

Black with #96859C

Text Example


Text Example

White with #96859C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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