#99769E

Color #99769E Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #99769E

Tints of Amethyst Smoke #99769E

Color information

#99769E (or 0x99769E) is unknown color: approx 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

RGB153118158-
CMYK0.030.2500.38
HSL292.5º17.09%54.12%-
HSV(B)292.5º25.32%61.96%-
XYZ25.7922.235.27-
YUV133.02142.1142.25-

RGB Variations

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

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 (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531181580.030.2500.38292.517.0954.12
Hex99769E3190261241136
Octal2311662363310464442166
Binary100110011110110100111101111001010011010010010010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>