Html Css Color HEX #96769C Amethyst Smoke

📋 copy color: '#96769C'

red 150 ◦ green 118 ◦ blue 156

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

Shades of Amethyst Smoke #96769C

Tints of Amethyst Smoke #96769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.83%

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

R = 35.38%
G = 27.83%
B = 36.79%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96769C (or 0x96769C) is known color: Amethyst Smoke. HEX triplet: 96, 76 and 9C. RGB value is (150,118,156). Sum of RGB (Red+Green+Blue) = 150+118+156=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: blue. Hex color #96769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96769C is #698963. Grayscale: #838383. Windows color (decimal): -6916452 or 10253974. OLE color: 10253974.

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

Color convert

RGB 150 118 156 -
CMYK 0.04 0.24 0 0.39
HSL 290.53º 0.16% 0.54% -
HSV(B) 290.53º 0.24% 0.61% -
XYZ 25.06 21.84 34.35 -
YUV 131.9 141.6 140.91 -
System Red Green Blue C M Y K H S L
Decimal 150 118 156 0.04 0.24 0 0.39 290.53 0.16 0.54
Hex 96 76 9C 4 18 0 27 123 10 36
Octal 226 166 234 4 30 0 47 443 20 66
Binary 10010110 1110110 10011100 100 11000 0 100111 100100011 10000 110110

Color Harmonies of #96769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96769C

Black with #96769C

Text Example


Text Example

White with #96769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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