Html Css Color HEX #96759B Amethyst Smoke

📋 copy color: '#96759B'

red 150 ◦ green 117 ◦ blue 155

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

Shades of Amethyst Smoke #96759B

Tints of Amethyst Smoke #96759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.73%

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 35.55%
G = 27.73%
B = 36.73%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96759B (or 0x96759B) is known color: Amethyst Smoke. HEX triplet: 96, 75 and 9B. RGB value is (150,117,155). Sum of RGB (Red+Green+Blue) = 150+117+155=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #96759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96759B is #698A64. Grayscale: #838383. Windows color (decimal): -6916709 or 10188182. OLE color: 10188182.

HSL color Cylindrical-coordinate representation of color #96759B: hue angle of 292.11º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96759B is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 117 155 -
CMYK 0.03 0.25 0 0.39
HSL 292.11º 0.16% 0.53% -
HSV(B) 292.11º 0.25% 0.61% -
XYZ 24.86 21.57 33.86 -
YUV 131.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 150 117 155 0.03 0.25 0 0.39 292.11 0.16 0.53
Hex 96 75 9B 3 19 0 27 124 10 35
Octal 226 165 233 3 31 0 47 444 20 65
Binary 10010110 1110101 10011011 11 11001 0 100111 100100100 10000 110101

Color Harmonies of #96759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96759B

Black with #96759B

Text Example


Text Example

White with #96759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96759B; }

 p { color: rgb(150,117,155); }

 H1.HeaderClassName
 {
   color: #96759B;
 }
 .AnyTagClassName
 {
   color: #96759B;
 }
</style>

background-color css

<style>
 a { background-color: #96759B; }

 a { background-color: rgb(150,117,155); }

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

border-color css

<style>
 span { border-color: #96759B; }

 span { border-color: rgb(150,117,155); }

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