#99789C

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

Shades of Amethyst Smoke #99789C

Tints of Amethyst Smoke #99789C

Color information

#99789C (or 0x99789C) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 78 and 9C. RGB value is (153,120,156). Sum of RGB (Red+Green+Blue) = 153+120+156=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 156 - color contains mainly: blue. Hex color #99789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99789C is #668763. Grayscale: #858585. Windows color (decimal): -6719332 or 10254489. OLE color: 10254489.

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

Color convert

RGB153120156-
CMYK0.020.2300.39
HSL295º15.38%54.12%-
HSV(B)295º23.08%61.18%-
XYZ25.8522.6134.45-
YUV133.97140.43141.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 120 (47.27% from 255) = 27.97%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=35.66%
G=27.97%
B=36.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531201560.020.2300.3929515.3854.12
Hex99789C217027127f36
Octal2311702342270474471766
Binary10011001111100010011100101011101001111001001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,120,156); }

 H1.HeaderClassName
 {
   color: #99789C;
 }
 .AnyTagClassName
 {
   color: #99789C;
 }
</style>
background-color css

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

 a { background-color: rgb(153,120,156); }

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

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

 span { border-color: rgb(153,120,156); }

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