#99789E

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

Shades of Amethyst Smoke #99789E

Tints of Amethyst Smoke #99789E

Color information

#99789E (or 0x99789E) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 78 and 9E. RGB value is (153,120,158). Sum of RGB (Red+Green+Blue) = 153+120+158=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #99789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99789E is #668761. Grayscale: #868686. Windows color (decimal): -6719330 or 10385561. OLE color: 10385561.

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

Color convert

RGB153120158-
CMYK0.030.2400.38
HSL292.11º16.38%54.51%-
HSV(B)292.11º24.05%61.96%-
XYZ26.0222.6735.35-
YUV134.2141.43141.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 120 (47.27% from 255) = 27.84%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=35.50%
G=27.84%
B=36.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531201580.030.2400.38292.1116.3854.51
Hex99789E3180261241037
Octal2311702363300464442067
Binary100110011111000100111101111000010011010010010010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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