Html Css Color HEX #99769E Amethyst Smoke

📋 copy color: '#99769E'

red 153 ◦ green 118 ◦ blue 158

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

Shades of Amethyst Smoke #99769E

Tints of Amethyst Smoke #99769E

RGB

 RED value IS 153 (60.16% from 255) = 35.66%

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

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

R = 35.66%
G = 27.51%
B = 36.83%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99769E (or 0x99769E) is known color: Amethyst Smoke. HEX triplet: 99, 76 and 9E. RGB value is (153,118,158). Sum of RGB (Red+Green+Blue) = 153+118+158=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 158 - color contains mainly: blue. Hex color #99769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99769E is #668961. Grayscale: #848484. Windows color (decimal): -6719842 or 10385049. OLE color: 10385049.

HSL color Cylindrical-coordinate representation of color #99769E: hue angle of 292.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99769E is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 118 158 -
CMYK 0.03 0.25 0 0.38
HSL 292.5º 0.17% 0.54% -
HSV(B) 292.5º 0.25% 0.62% -
XYZ 25.79 22.2 35.27 -
YUV 133.03 142.1 142.25 -
System Red Green Blue C M Y K H S L
Decimal 153 118 158 0.03 0.25 0 0.38 292.5 0.17 0.54
Hex 99 76 9E 3 19 0 26 124 11 36
Octal 231 166 236 3 31 0 46 444 21 66
Binary 10011001 1110110 10011110 11 11001 0 100110 100100100 10001 110110

Color Harmonies of #99769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99769E

Black with #99769E

Text Example


Text Example

White with #99769E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,118,158); }

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

background-color css

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

 a { background-color: rgb(153,118,158); }

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

border-color css

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

 span { border-color: rgb(153,118,158); }

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